t / t4018 / cpp-skip-labelson commit remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) (cb8010b)
   1void RIGHT (void)
   2{
   3repeat:         // C++ comment
   4next:           /* C comment */
   5        do_something();
   6
   7        ChangeMe;
   8}