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
/
00113.c
blob: 578386823949ee293a89481da226712299aa0ba7 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
int main() { int a = 0; float f = a + 1; return f == a; }