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