]> andersk Git - splint.git/blob - test/tests2.2a/notreached.c
*** empty log message ***
[splint.git] / test / tests2.2a / notreached.c
1 int f (int x)
2 {
3   if (x > 3) {
4     /*@notreached@*/ ;
5   } else {
6     return 3;
7     /*@notreached@*/ x = 12;
8   }
9 }
This page took 0.386525 seconds and 5 git commands to generate.