]> andersk Git - splint.git/blame - test/manual/stack.c
Fixed problem with handleing oldsytle function declarations.
[splint.git] / test / manual / stack.c
CommitLineData
77970e15 1int *glob;
2
3/*@dependent@*/
4int *f (int **x)
5{
6 int sa[2] = { 0, 1 };
7 int loc = 3;
8
9 glob = &loc;
10 *x = &sa[0];
11
12 return &loc;
13}
14
This page took 0.053209 seconds and 5 git commands to generate.