]> andersk Git - splint.git/blame - test/tests2.2/sizeofarray.c
Renamed lclintMacros.nf splintMacros.nf
[splint.git] / test / tests2.2 / sizeofarray.c
CommitLineData
885824d3 1int f (int x[32])
2{
3 int a[23];
4
5 if (sizeof(x) == 3)
6 {
7 return 1;
8 }
9
10 return sizeof(a);
11}
This page took 0.077742 seconds and 5 git commands to generate.