Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / args-name-clash.json
blob991323b78dfa8d6e620c12045314a520ce8ed056
1 # C member name collision
2 # Reject members that clash when mapped to C names (we would have two 'a_b'
3 # members).
5 ##
6 # @oops:
7 ##
8 { 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }