coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / lid.res
diff --git a/tests/lid.res b/tests/lid.res
new file mode 100644 (file)
index 0000000..259df36
--- /dev/null
@@ -0,0 +1,6 @@
+int main () {
+  int a;
+  static int b;
+  f(12);
+  f(b);
+}