Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / union-clash-branches.json
blob3bece8c948b90ed57655d1dc37d941def6a5ebeb
1 # Union branch name collision
2 # Reject a union that would result in a collision in generated C names (this
3 # would try to generate two members 'a_b').
4 { 'union': 'TestUnion',
5   'data': { 'a-b': 'int', 'a_b': 'str' } }