]> andersk Git - splint.git/blob - test/bufferTest/test6.c
Added test to the repository.
[splint.git] / test / bufferTest / test6.c
1
2 void t()
3 {
4   char *g;
5    g++;
6   g[0] = g[1];
7 }
This page took 0.71172 seconds and 5 git commands to generate.