mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 23:10:38 +00:00
6 lines
238 B
JSON
6 lines
238 B
JSON
|
# Union branch name collision
|
||
|
# Reject a union that would result in a collision in generated C names (this
|
||
|
# would try to generate two enum values 'TEST_UNION_KIND_A_B').
|
||
|
{ 'union': 'TestUnion',
|
||
|
'data': { 'a-b': 'int', 'a_b': 'str' } }
|