aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-member-name-clash.json
blob: 3fb69cc2ce5f6a3c1abd5a2732c6e1d16d962fd3 (plain)
1
2
3
4
# C member name collision
# Reject members that clash when mapped to C names (we would have two 'a_b'
# members).
{ 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }