From 6ce2ac20e1d9095281a233aeb778d0fa2c82dd74 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 4 Jun 2023 23:26:06 +0200 Subject: better diagnostics --- test.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'test.c') diff --git a/test.c b/test.c index 92ab2f2..40b59e6 100644 --- a/test.c +++ b/test.c @@ -80,13 +80,18 @@ enum ball { X = 2147483647, Y, Z, - W = ~0ul + W = ~0ull }; enum ball x; -main(t) { - putc(t + 1, t + 2); +_Bool t(int t) +{ + return t; } +struct f{ + union { int x,y;} ; + char flex[]; +}; // -- cgit v1.2.3