]> andersk Git - splint.git/blame - test/tests2.4/emptycase.c
noexpand always false.
[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.066462 seconds and 5 git commands to generate.