t / t4018 / golang-interfaceon commit t7610-mergetool: use test_cmp instead of test $(cat file) = $txt (e10dffd)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}