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