Sign in
googlers
/
jrn
/
git
/
f3cc52d840418c1a38bb4ae9a09a479e77d95e77
/
.
/
t
/
t4018
/
cpp-skip-labels
blob: b9c10aba225df5c33430c754b6c6bd8c9d7a9141 [
file
] [
log
] [
blame
]
void
RIGHT
(
void
)
{
repeat
:
// C++ comment
next
:
/* C comment */
do_something
();
ChangeMe
;
}