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
hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
[qemu/ar7.git]
/
tests
/
qapi-schema
/
union-branch-if-invalid.json
blob
46d4239af6f8a530fcb3b65dfb0ccaf2f4a6e6ec
1
# Cover branch with invalid 'if'
2
{ 'enum': 'Branches', 'data': ['branch1'] }
3
{ 'struct': 'Stru', 'data': { 'member': 'str' } }
4
{ 'union': 'Uni',
5
'base': { 'tag': 'Branches' }, 'discriminator': 'tag',
6
'data': { 'branch1': { 'type': 'Stru', 'if': [''] } } }