t / t4018 / golang-interfaceon commit trace2: find exec-dir before trace2 initialization (a7bc01e)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}