1
2; RUN: opt < %s -verify -S | grep noimplicitfloat
3declare void @f() noimplicitfloat
4
5