]> andersk Git - splint.git/blame - test/tests2.2a/notreached.c
*** empty log message ***
[splint.git] / test / tests2.2a / notreached.c
CommitLineData
885824d3 1int 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.062498 seconds and 5 git commands to generate.