t / t4018 / golang-structon commit pack-redundant: convert linked lists to use struct object_id (6390fe2)
   1type RIGHT struct {
   2        a Type
   3        b ChangeMe
   4}