historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/qapi-schema/args-name-clash.json
2024-01-16 11:20:27 -06:00

4 lines
176 B
JSON

# C member name collision
# Reject members that clash when mapped to C names (we would have two 'a_b'
# members).
{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }