msix: implement pba write (but read-only)
[qemu/ar7.git] / tests / qapi-schema / union-clash-branches.json
blob31d135fb172ba119919a639d253b6a59638c4f91
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 enum values 'TEST_UNION_KIND_A_B').
4 { 'union': 'TestUnion',
5   'data': { 'a-b': 'int', 'a_b': 'str' } }