repo.or.cz
/
git
/
git-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modernize t9300: use test_must_fail
[git/git-svn.git]
/
t
/
t4018
/
cpp-skip-labels
blob
b9c10aba225df5c33430c754b6c6bd8c9d7a9141
1
void RIGHT (void)
2
{
3
repeat: // C++ comment
4
next: /* C comment */
5
do_something();
6
7
ChangeMe;
8
}