t / t4018 / golang-interfaceon commit git p4 test: use 'test_atexit' to kill p4d and the watchdog process (99e37c2)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}