1# Union branch name collision 2# Reject a union that would result in a collision in generated C names (this 3# would try to generate two members 'a_b'). 4{ 'union': 'TestUnion', 5 'data': { 'a-b': 'int', 'a_b': 'str' } }