git/t/t4018/cpp-skip-labels

9 lines
98 B
Plaintext

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