index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
external
/
c-testsuite
/
tests
/
single-exec
/
00096.c
blob: 1503309872a6028cad90002f920fcfcf667edcc1 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
12
int x, x = 3, x; int main() { if (x != 3) return 0; x = 0; return x; }