]> andersk Git - splint.git/blob - test/temp/test.c
9473ed369fcda27f0b2b1837d86b3cd0a0b21408
[splint.git] / test / temp / test.c
1 char *x;
2
3 int f (void)
4 {
5   if (3 > 4) 
6     {
7       x = 0;
8     }
9   else
10     {
11       return 1;
12     }
13
14   return 3;
15 }
This page took 0.306555 seconds and 3 git commands to generate.