]> andersk Git - splint.git/blob - test/temp/onlyret.c
Removed stray files in test
[splint.git] / test / temp / onlyret.c
1 int f (void)
2 {
3   char *s;
4
5   s = malloc (sizeof (char));
6
7   if (s == NULL)
8     {
9       return 0;
10     }
11
12
13   return 1;
14 }
15      
This page took 0.034979 seconds and 5 git commands to generate.