]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-name-clash.json
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905'...
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
CommitLineData
d220fbcd 1# C member name collision
27b60ab9
EB
2# Reject members that clash when mapped to C names (we would have two 'a_b'
3# members).
d220fbcd 4{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }