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