Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / switch_label.c
1 int main () {
2 switch (event) {
3 case CS_EVENT_CARD_REMOVAL:
4 one();
5 two();
6 three();
7 break;
8 }
9 }