Raw File
2009-06-05-no-implicit-float.ll

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

back to top