From 25963fb99021d505f5382e3251e96a76eb97c675 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 14 Mar 2008 16:04:14 +0000 Subject: [PATCH] test for the ast printer [r18941] --- parsetest/if.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 parsetest/if.c diff --git a/parsetest/if.c b/parsetest/if.c new file mode 100644 index 0000000..77218a1 --- /dev/null +++ b/parsetest/if.c @@ -0,0 +1,4 @@ +int test1(int a) { + if (a); + return a; +} -- 2.20.1