t / t4018 / golang-interfaceon commit built-in rebase: demonstrate that ORIG_HEAD is not set correctly (c2d9629)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}