]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-name-clash.json
qapi: Test for various name collisions
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
CommitLineData
d220fbcd
EB
1# C member name collision
2# FIXME - This parses, but fails to compile, because the C struct is given
3# two 'a_b' members. Either reject this at parse time, or munge the C names
4# to avoid the collision.
5{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }