Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / labels_metastatement.res
index 3e22b44..990d42c 100644 (file)
@@ -1,9 +1,9 @@
 int foo(int i) {
 
-  if(1) {
+  if(1) {{
     x = 3; foo();
     z = 4; foo();
-  } // we dont want that it add both foo on the } and on the endif
+  } foo(); } // we dont want that it add both foo on the } and on the endif
     // (note: but need correct endif accrochage)
   foo();