]> andersk Git - splint.git/blob - test/temp/ud2.c
Removed stray files in test
[splint.git] / test / temp / ud2.c
1 void g (void)
2 {
3   char *x;
4
5   f1(&x); 
6   printf("%s\n", x); 
7 }
8
9 void h (void)
10 {
11   int z;
12   f3 (&z); /* okay! */
13 }
This page took 0.210859 seconds and 5 git commands to generate.