]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-name-clash.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
1 # C member name collision
2 # Reject members that clash when mapped to C names (we would have two 'a_b'
3 # members).
4 { 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }