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
/
00068.c
blob: 0e2839278359ee0416fb309bb35201776145d3d7 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if 0 X #elif 1 int x = 0; #else X #endif int main() { return x; }