Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / switch.c
1 int main () {
2 switch (x) {
3 default:
4 break;
5 case X:
6 f();
7 }
8 }