Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / fail-test4.c
blobbc6a8e695adaed0390af73972646eb111bd14583
1 /* Flag information-losing type conversion in argument lists */
3 int f(unsigned int);
5 void
6 should_fail()
9 f(0x7fffffffffffffffLL);