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