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