1 2 3 4 5
# 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' } }