]> andersk Git - splint.git/blob - test/tests2.2/sizeofarray.c
Fixed \ line parsing.
[splint.git] / test / tests2.2 / sizeofarray.c
1 int 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.040845 seconds and 5 git commands to generate.