qjson: Spell out some silent assumptions
[qemu/ar7.git] / tests / qapi-schema / args-name-clash.json
blob9e8f88916a844577ef89cee3d3a7c8609a7da7cd
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' } }