From: Matthias Braun Date: Tue, 9 Dec 2008 08:32:50 +0000 (+0000) Subject: more stuff lying around here X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b3a1d0cd773400c70a6dfc3d3dad0449e777124a;p=cparser more stuff lying around here [r24437] --- diff --git a/preproctest/edgbug.c b/preproctest/edgbug.c new file mode 100644 index 0000000..0fc6049 --- /dev/null +++ b/preproctest/edgbug.c @@ -0,0 +1,3 @@ +#define foo(x) foo +(foo/* +*/) diff --git a/preproctest/ifdef2.c b/preproctest/ifdef2.c new file mode 100644 index 0000000..dac31c7 --- /dev/null +++ b/preproctest/ifdef2.c @@ -0,0 +1,9 @@ +bla + +#ifdef NOTDEFINED + +# #endif + +#endif + +blup diff --git a/preproctest/t3.c b/preproctest/t3.c new file mode 100644 index 0000000..4ece863 --- /dev/null +++ b/preproctest/t3.c @@ -0,0 +1,13 @@ +#define fool(x) bar + +fool(5) +fool (5) +fool + + + +(2) + +(fool) +(fool/* +*/)