aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-04 22:16:57 +0200
committerlemon <lsof@mailbox.org>2023-06-04 22:16:57 +0200
commit44dff9c3b9f0ba5ab574c91f406855a1cf0f4e7b (patch)
tree0380215df1e57f93aa252ef9f4c78df18cd65193 /test.c
parenta6ccb15003ae0346b4437f6d81e2d9db44054af7 (diff)
enum fixes
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index d59088a..92ab2f2 100644
--- a/test.c
+++ b/test.c
@@ -82,6 +82,7 @@ enum ball {
Z,
W = ~0ul
};
+enum ball x;
main(t) {
putc(t + 1, t + 2);