index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test.c')
-rw-r--r--
test.c
1
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);