tests/qapi-schema: Switch member name clash test to struct
[qemu/armbru.git] / tests / qapi-schema / struct-member-name-clash.json
blob3fb69cc2ce5f6a3c1abd5a2732c6e1d16d962fd3
1 # C member name collision
2 # Reject members that clash when mapped to C names (we would have two 'a_b'
3 # members).
4 { 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }