From: Michael Beck Date: Fri, 14 Mar 2008 16:04:14 +0000 (+0000) Subject: test for the ast printer X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=25963fb99021d505f5382e3251e96a76eb97c675;p=cparser test for the ast printer [r18941] --- 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; +}