]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/reserved-member-has.json
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-01-16' into staging
[mirror_qemu.git] / tests / qapi-schema / reserved-member-has.json
1 # C member name collision
2 # We reject names like 'has-a', because they can collide with the flag
3 # for an optional 'a' in generated C.
4 # TODO we could munge the optional flag name to avoid the collision.
5
6 ##
7 # @oops:
8 ##
9 { 'command': 'oops', 'data': { '*a': 'str', 'has-a': 'str' } }