t / t4018 / cpp-skip-labelson commit git-p4: python3: replace dict.has_key(k) with "k in dict" (dba1c9d)
   1void RIGHT (void)
   2{
   3repeat:         // C++ comment
   4next:           /* C comment */
   5        do_something();
   6
   7        ChangeMe;
   8}