From 45591bc221bb8268567acdaa523cbac94d31a90e Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 10 Sep 2025 11:19:16 +0200 Subject: lex: implement basic function-like macro functionality --- test/pp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/pp.c') diff --git a/test/pp.c b/test/pp.c index ee4b98a..2e6193e 100644 --- a/test/pp.c +++ b/test/pp.c @@ -5,6 +5,5 @@ int main(void) { - hi(); - return Foo + Bar; + hi(ADD(Foo, SQR(Bar+1))); } -- cgit v1.2.3