9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
void RIGHT (void)
|
||
|
{
|
||
|
repeat: // C++ comment
|
||
|
next: /* C comment */
|
||
|
do_something();
|
||
|
|
||
|
ChangeMe;
|
||
|
}
|