No empty .Rs/.Re
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / fail-test3.c
blob7c2e1f478ecd742c308667bc6e207781a011dee6
1 /* Flag information-losing type conversion in argument lists */
3 int f(float);
5 void
6 should_fail()
8 double x = 2.0;
10 f(x);