]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-name-clash.json
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
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' } }