t / t4018 / golang-interfaceon commit bisect--helper: `get_terms` & `bisect_terms` shell function in C (450ebb7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}