Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / labels_metastatement_ver1.res
CommitLineData
34e49164
C
1int foo(int i) {
2
3 if(1) {
4 x = 3;
5 foo();
6 }
7 foo();
8
9}