Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-clash.json
blob97ca7c80e70a33f814ec916f8fa44a467584f175
1 # Alternate branch name collision
2 # Reject an alternate that would result in a collision in generated C
3 # names (this would try to generate two enum values 'ALT1_KIND_A_B').
4 # TODO: In the future, if alternates are simplified to not generate
5 # the implicit Alt1Kind enum, we would still have a collision with the
6 # resulting C union trying to have two members named 'a_b'.
8 ##
9 # @Alt1:
11 { 'alternate': 'Alt1',
12   'data': { 'a-b': 'str', 'a_b': 'int' } }