Remove unused headers (for library) from repository
[splint-patched.git] / test / buffertest1.c
blobea8e7bc87cf166c5090f8e2dfa867784095ef860
1 void t1 (void)
3 char *g;
5 g[100] = 'f';
8 g++;
10 g[0] = '1';
11 g[67] = g[70];
12 g[98] = g[99];
13 g[90] = g[3];
17 void t2 (void)
19 char *g;
20 g++;
21 g[0] = g[1];