t / t4018 / golang-interfaceon commit reopen_tempfile(): truncate opened file (6c003d6)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}