]> andersk Git - splint.git/blame - test/moreBufferTests/initialization.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / moreBufferTests / initialization.c
CommitLineData
dcf136ce 1void initialization (char *d)
2{
3 char *e = d;
4 {
5 char g = e[22];
6 char *f = e;
7 e[2] = 'd';
8 f[2] = 'l';
9 }
10}
11
This page took 0.211173 seconds and 5 git commands to generate.