]> andersk Git - splint.git/blame - test/sizeoftest/sizeof.c
Hacking Makefile to print a warning when test suite to run under /usr
[splint.git] / test / sizeoftest / sizeof.c
CommitLineData
178dea3e 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.403334 seconds and 5 git commands to generate.