repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
target-ppc: Add xsiexpqp instruction
[qemu/rayw.git]
/
tests
/
qapi-schema
/
alternate-nested.json
blob
9f83ebe2e0d54a28c4fa4845a473b8e4fd71ae6c
1
# we reject a nested alternate branch
2
3
##
4
# @Alt1:
5
##
6
{ 'alternate': 'Alt1',
7
'data': { 'name': 'str', 'value': 'int' } }
8
##
9
# @Alt2:
10
##
11
{ 'alternate': 'Alt2',
12
'data': { 'nested': 'Alt1', 'b': 'bool' } }