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
/
00111.c
blob: 976098b2c4f1ee5d134a0e84b5f7ab4acf2fca3a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
int main() { short s = 1; long l = 1; s -= l; return s; }