blob: 6615665dfede60877d0ef4ea56edf58c4fc6dc57 [file] [log] [blame]
# Union branch name collision
# Reject a union that would result in a collision in generated C names (this
# would try to generate two members 'a_b').
##
# @TestUnion:
##
{ 'union': 'TestUnion',
'data': { 'a-b': 'int', 'a_b': 'str' } }