]> andersk Git - splint.git/blob - test/simplebufferConstraintTests/test7.c
Added files for test case.
[splint.git] / test / simplebufferConstraintTests / test7.c
1
2 void t(char *g, char *j )
3 {
4   g++;
5   g++;
6   g[2] = 'l';
7   g[0] = g[2];
8   j[0] = 'l';
9   j++;
10   j++;
11 }
This page took 0.038185 seconds and 5 git commands to generate.