qemu-e2k/tests/qapi-schema/args-name-clash.json

9 lines
192 B
JSON

# 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' } }