t / t4018 / cpp-skip-labelson commit Merge branch 'fr_v2.11.0_rnd1' of git://github.com/jnavila/git (b8068f1)
   1void RIGHT (void)
   2{
   3repeat:         // C++ comment
   4next:           /* C comment */
   5        do_something();
   6
   7        ChangeMe;
   8}