tvl-depot/third_party/git/t/t4018/cpp-skip-labels
2020-01-11 23:40:29 +00:00

8 lines
98 B
Text

void RIGHT (void)
{
repeat: // C++ comment
next: /* C comment */
do_something();
ChangeMe;
}