llvm-6502/test/Other/2009-06-05-no-implicit-float.ll
2009-09-08 22:34:10 +00:00

5 lines
86 B
LLVM

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