coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / labels_metastatement.c
1 int foo(int i) {
2
3 if(1) {
4 x = 3;
5 z = 4;
6 } // we dont want that it add both foo on the } and on the endif
7 // (note: but need correct endif accrochage)
8
9 }