index
:
user/sven/sdcc.git
designated-initializers
for-upstream
master
git-svn/HEAD
git-svn/master
Small Device C Compiler
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
regression
/
qct
/
0061-comments.c
blob: d2f50609d8f85296f6e26f510705843f273ad2fc (
plain
)
1
2
3
4
5
6
7
8
9
10
11
// line comment int main() { /* multiline comment */ return 0; }