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
/
00076.c
blob: c5c4f23283e19bd94a02075b4c6e8ff6b6f06f77 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
int main() { if(0 ? 1 : 0) return 1; if(1 ? 0 : 1) return 2; return 0; }