]> andersk Git - splint.git/blob - test/sizesigns.c
d574ae1e461d44271f9dcd0762b7ecdd1170cd1c
[splint.git] / test / sizesigns.c
1 #include <stdlib.h>
2
3 int foo (size_t z)
4 {
5     if (z / sizeof(z) == 10)   
6         return 1;
7     else
8         return 0;
9 }
10
This page took 0.023309 seconds and 3 git commands to generate.