From d0784193a8589982290373e95e2f228439e59160 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 28 May 2023 12:45:58 +0200 Subject: bugfix --- test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 9832d1d..cb81b9c 100644 --- a/test.c +++ b/test.c @@ -13,6 +13,8 @@ int add (int x, int y) { return x + y + *glob; } +struct foo {struct foo *foo;}; + int abs(int x){ return (x ^ x >> 31) - (x >> 31); } -- cgit v1.2.3