]> andersk Git - splint.git/blame - test/tests2.4/emptycase.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tests2.4 / emptycase.c
CommitLineData
885824d3 1void f (int x) {
2 switch (x) {
3 case 1:
4 }
5
6 switch (x) {
7 default:
8 }
9}
This page took 0.074573 seconds and 5 git commands to generate.