t / t4018 / golang-interfaceon commit commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories (d9a05e7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}