Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / fail-test0.c
blob53795c5fe85860ec22585782cc4d473f3e6aeccd
1 /* Flag information-losing constant conversion in argument lists */
3 int f(unsigned int);
5 void
6 should_fail()
8 f(-1);