From 392a8bea7d8be1ec150713499380d14055a2acba Mon Sep 17 00:00:00 2001 From: Nathan R Date: Mon, 23 Aug 2021 15:51:34 +0200 Subject: [PATCH] new input file with dynamic C expression --- ccmeta-input.txt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/ccmeta-input.txt b/ccmeta-input.txt index 4caa1aa..567c37e 100644 --- a/ccmeta-input.txt +++ b/ccmeta-input.txt @@ -1,14 +1,8 @@ -typedef int (*pvfi)(int j); +@{ +n=31; +o() { +{ __proto__ : C_int, text : string(n++) }; } +} -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 +x = @(o()); +y = @(o()); \ No newline at end of file