test for the ast printer
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 14 Mar 2008 16:04:14 +0000 (16:04 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 14 Mar 2008 16:04:14 +0000 (16:04 +0000)
[r18941]

parsetest/if.c [new file with mode: 0644]

diff --git a/parsetest/if.c b/parsetest/if.c
new file mode 100644 (file)
index 0000000..77218a1
--- /dev/null
@@ -0,0 +1,4 @@
+int test1(int a) {
+       if (a);
+       return a;
+}