]> andersk Git - splint.git/blob - test/manual/stack.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / manual / stack.c
1 int *glob;
2
3 /*@dependent@*/
4 int *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.053075 seconds and 5 git commands to generate.