Release coccinelle-0.1.6
[bpt/coccinelle.git] / tests / addif.res
diff --git a/tests/addif.res b/tests/addif.res
new file mode 100644 (file)
index 0000000..cfb14d3
--- /dev/null
@@ -0,0 +1,19 @@
+#ifdef FOO
+/* some comment */
+int xxx() {
+   /* a comment by itself */
+   return 12; /* another comment */ }
+#endif
+static int foo() {
+  return 12;
+}
+
+#ifdef FOO
+/* some comment */
+int xxx() {
+   /* a comment by itself */
+   return 12; /* another comment */ }
+#endif
+static int bar() {
+  return 12;
+}