aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
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);