diff options
| author | 2023-06-04 23:26:06 +0200 | |
|---|---|---|
| committer | 2023-06-04 23:26:06 +0200 | |
| commit | 6ce2ac20e1d9095281a233aeb778d0fa2c82dd74 (patch) | |
| tree | e40a1b5f1c560ee48959cfea9ccaf816383223a5 /test.c | |
| parent | 44dff9c3b9f0ba5ab574c91f406855a1cf0f4e7b (diff) | |
better diagnostics
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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[]; +}; // |