blob: 039c4be65811e55587092e2f23fd5a835575cde0 [file] [log] [blame]
# Alternate branch name collision
# Reject an alternate that would result in a collision in generated C
# names (this would try to generate two union members named 'a_b').
{ 'alternate': 'Alt1',
'data': { 'a-b': 'bool', 'a_b': 'int' } }