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/stefanha/tags/block-pull-request' into staging
[qemu/ar7.git]
/
tests
/
qapi-schema
/
enum-union-clash.json
blob
593282b6cff69dc02e4c923af52fc8aa3325daa8
1
# we reject types that would conflict with implicit union enum
2
{ 'enum': 'UnionKind', 'data': [ 'oops' ] }
3
{ 'union': 'Union',
4
'data': { 'a': 'int' } }