vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / union-clash-branches.json
blob6615665dfede60877d0ef4ea56edf58c4fc6dc57
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').
5 ##
6 # @TestUnion:
7 ##
8 { 'union': 'TestUnion',
9   'data': { 'a-b': 'int', 'a_b': 'str' } }