From 85af2d80c35d060cc003302115c7a8975b545afe Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 29 Mar 2025 14:24:07 +0100 Subject: Code compression; Added error stack --- examples/wrong.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/wrong.c (limited to 'examples/wrong.c') diff --git a/examples/wrong.c b/examples/wrong.c new file mode 100644 index 0000000..7da07f4 --- /dev/null +++ b/examples/wrong.c @@ -0,0 +1,13 @@ +#include + +@table(name, str) MyEnumTable +{ + { A "A" } + { B "Beau gosse" } + { C "C" } +} + +char *StringTable[MyEnum_Count] = { + @expand(MyEnumTabl a + ` $(b.lolol),` +}; \ No newline at end of file -- cgit v1.2.3