From 9201488618d7f9a51689d7369132223b286004c2 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 4 Jun 2023 10:50:54 +0200 Subject: support calling undeclared functions --- test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index a2a1a7c..670c7c6 100644 --- a/test.c +++ b/test.c @@ -62,5 +62,7 @@ void fill(char *p, int c, unsigned long n) if (n) do t = *p++ = c; while (--n); } +main(t) { putc(t); } + // -- cgit v1.2.3