Some consistency changes to library & headers flags.
[splint-patched.git] / test / sizesigns.c
blobd469619e3b7a93e2243c37dd7357d10cf66c9c4a
1 #include <stdlib.h>
3 int foo (size_t z)
5 if (z / sizeof(z) == 10)
6 return 1;
7 else
8 return 0;