t / t4018 / golang-interfaceon commit win32: replace pthread_cond_*() with much simpler code (c73b7ad)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}