]> andersk Git - splint.git/blame - test/simplebufferConstraintTests/test7.c
Fixes for win32
[splint.git] / test / simplebufferConstraintTests / test7.c
CommitLineData
41320549 1
2void 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.153409 seconds and 5 git commands to generate.