repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
[qemu/armbru.git]
/
tests
/
qapi-schema
/
union-branch-invalid-dict.json
blob
c7c81c0e00087514863b49a21a98de6453fc639e
1
# Long form of member must have a value member 'type'
2
{ 'enum': 'TestEnum',
3
'data': [ 'integer', 's8' ] }
4
{ 'union': 'UnionInvalidBranch',
5
'base': { 'type': 'TestEnum' },
6
'discriminator': 'type',
7
'data': { 'integer': { 'if': 'foo'},
8
's8': 'int8' } }