t / t4018 / golang-interfaceon commit travis-ci: run Coccinelle static analysis with two parallel jobs (4ab8d1a)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}