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
/
00060.c
blob: d2f50609d8f85296f6e26f510705843f273ad2fc (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
// line comment int main() { /* multiline comment */ return 0; }