]> andersk Git - splint.git/blob - test/temp/ud2.c
30f01090d18a682f35c7ae12cb076e4df5142894
[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.057355 seconds and 3 git commands to generate.