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
/
00100.c
blob: c8f2cf51e987c8284d74ce344f74a8d749eee017 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
int foo(void) { return 0; } int main() { return foo(); }