Release coccinelle-0.1.7
[bpt/coccinelle.git] / tests / a_and_e.res
diff --git a/tests/a_and_e.res b/tests/a_and_e.res
new file mode 100644 (file)
index 0000000..fc667d2
--- /dev/null
@@ -0,0 +1,10 @@
+void main(int i) {
+
+  g();
+  if(1) 
+    f(1,2);
+  else 
+    f(3,4);
+
+  // return 1;
+}