historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/qapi-schema/union-clash-branches.json

6 lines
218 B
JSON
Raw Normal View History

2024-01-16 11:20:27 -06:00
# 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').
{ 'union': 'TestUnion',
'data': { 'a-b': 'int', 'a_b': 'str' } }