The sixth batch
[git/gitster.git] / t / t4018 / cpp-skip-labels
blobb9c10aba225df5c33430c754b6c6bd8c9d7a9141
1 void RIGHT (void)
3 repeat:         // C++ comment
4 next:           /* C comment */
5         do_something();
7         ChangeMe;