From 89710916cfa82f50be0092347744a5e06a3b5420 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Sep 2025 17:10:35 +0200 Subject: c: function-local static vars --- test/pp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/pp.c') diff --git a/test/pp.c b/test/pp.c index f850c08..1c1549f 100644 --- a/test/pp.c +++ b/test/pp.c @@ -5,7 +5,8 @@ int main(void) { - printf("%s\n",STR ( ok /1 "\n"\n ;.& - 05.5)); + printf("%s %s\n",STR ( ok /1 "\n"n ;.& + 05.5), STR(ADD(1,2))); hi(ADD(Foo, SQR(Bar+1))); + printf("%s %s\n", str(Foo), xstr(Foo)); } -- cgit v1.2.3