]> andersk Git - splint.git/blob - test/sizeoftest/sizeof.c
Hacking Makefile to print a warning when test suite to run under /usr
[splint.git] / test / sizeoftest / sizeof.c
1 int main()
2 {
3 char x[3];
4 char y[3];
5
6  x[(sizeof x)] = 'i';
7 y[((sizeof y) - 1)] = '0';
8 return 0;
9 }
This page took 0.092449 seconds and 5 git commands to generate.