Release coccinelle-0.1.2
[bpt/coccinelle.git] / tests / testprint.c
diff --git a/tests/testprint.c b/tests/testprint.c
new file mode 100644 (file)
index 0000000..bb15614
--- /dev/null
@@ -0,0 +1,16 @@
+void main(int foo) {
+
+  f(1);
+  x();
+  g(2);
+  x();
+  if(1) {
+    //    h(3);
+    h(3);
+  } else {
+    h(4);
+  }
+
+  
+}
+