Coccinelle release 0.2.5-rc5
[bpt/coccinelle.git] / tests / disjid.res
diff --git a/tests/disjid.res b/tests/disjid.res
new file mode 100644 (file)
index 0000000..9f5b1e0
--- /dev/null
@@ -0,0 +1,5 @@
+int foo (int x, int z) { return 1; }
+int foo (int y, int z) { return 1; }
+int bar (int x, int z) { return 1; }
+int bar (int y, int z) { return 1; }
+int xxx (int y, int z) { return 0; }