1 2 3 4 5 6 7 8
void RIGHT (void) { repeat: // C++ comment next: /* C comment */ do_something(); ChangeMe; }