t / t4018 / golang-interfaceon commit t/lib-httpd: pass LSAN_OPTIONS through apache (d9ef573)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}