repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu/ar7.git]
/
tests
/
qapi-schema
/
union-bad-branch.json
blob
913aa38bc85209023d50bea27f2990acf6e18898
1
# we reject normal unions where branches would collide in C
2
{ 'struct': 'One',
3
'data': { 'string': 'str' } }
4
{ 'struct': 'Two',
5
'data': { 'number': 'int' } }
6
{ 'union': 'MyUnion',
7
'data': { 'one': 'One',
8
'ONE': 'Two' } }