]> andersk Git - splint.git/blame_incremental - test/sizeoftest/sizeof.c
Fixed automake related problems.
[splint.git] / test / sizeoftest / sizeof.c
... / ...
CommitLineData
1int main()
2{
3char x[3];
4char y[3];
5
6 x[(sizeof x)] = 'i';
7y[((sizeof y) - 1)] = '0';
8return 0;
9}
This page took 0.036774 seconds and 5 git commands to generate.