aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-name-clash.json
blob: 991323b78dfa8d6e620c12045314a520ce8ed056 (plain)
1
2
3
4
5
6
7
8
# C member name collision
# Reject members that clash when mapped to C names (we would have two 'a_b'
# members).

##
# @oops:
##
{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }