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