55c55,58
< required fixed32 inst = 2;
---
> oneof inst_oneof {
> fixed32 inst = 2;
> bytes inst_bytes = 9;
> }