From 8b54180b7695d41a63b98e59ee018cb7d19cac1b Mon Sep 17 00:00:00 2001 From: Nathan R Date: Thu, 5 Aug 2021 16:38:55 +0200 Subject: [PATCH] one file to either print a tree or the program --- ccmeta-input.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ccmeta-input.txt diff --git a/ccmeta-input.txt b/ccmeta-input.txt new file mode 100644 index 0000000..eba3fea --- /dev/null +++ b/ccmeta-input.txt @@ -0,0 +1,16 @@ +#define INTE 3 + +typedef int (*pvfi)(int j); + +void fun() { + typedef int i; + { + typedef float f; + i j1; + f g1; + } + i j2; + //pvfi for; + //j k; + //f g2; // <---- ERROR +} \ No newline at end of file