repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
http-push: prevent format overflow warning with gcc >= 9
[git/debian.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
}