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
/
00119.c
blob: c879aab2449d1d6c0aeb3ce5aed5f472453bab56 (
plain
) (
blame
)
1
2
3
4
5
6
7
double x = 100; int main() { return x < 1; }