]> andersk Git - splint.git/blob - test/temp/onlyret.c
Fixed bugs in the constant removal code for binary expressions.
[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.402313 seconds and 5 git commands to generate.