]> andersk Git - splint.git/blob - test/temp/stack.c
Removed stray files in test
[splint.git] / test / temp / stack.c
1 extern void fdep (/*@dependent@*/ char *s);
2
3 char *salloc ()
4 {
5   char x[10];
6
7   fdep (x);
8 }
This page took 3.343487 seconds and 5 git commands to generate.