llvm-project/llvm/test/Other/2009-06-05-no-implicit-floa...

5 lines
88 B
LLVM

; RUN: opt < %s -verify -S | grep noimplicitfloat
define void @f() noimplicitfloat {
}