t / t4018 / golang-interfaceon commit t3506: validate '-m 1 -ff' is now accepted for non-merge commits (1c32013)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}