t / t4018 / golang-interfaceon commit t: move 'hex2oct' into test-lib-functions.sh (5c07647)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}