t / t4018 / golang-interfaceon commit t5405: use test_must_fail() instead of checking exit code manually (fbd6ef2)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}