t / t4018 / golang-structon commit Replace all die("BUG: ...") calls by BUG() ones (033abf9)
   1type RIGHT struct {
   2        a Type
   3        b ChangeMe
   4}