]> andersk Git - splint.git/blame - test/sizesigns.c
Update test files to automake 1.10.1
[splint.git] / test / sizesigns.c
CommitLineData
714e65be 1#include <stdlib.h>
2
3int foo (size_t z)
4{
e5081f8c 5 if (z / sizeof(z) == 10)
6 return 1;
7 else
8 return 0;
714e65be 9}
10
This page took 0.067322 seconds and 5 git commands to generate.