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