Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / labels_metastatement_ver1.res
1 int foo(int i) {
2
3 if(1) {
4 x = 3;
5 foo();
6 }
7 foo();
8
9 }