Sign in
qemu
/
qemu
/
ca76a66975f018c323cb609c0c55a4c8d4acde3b
/
.
/
tests
/
qapi-schema
/
union-optional-branch.json
blob: 591615fc689bb8757c8e99f1cf76f6ad8c95063b [
file
] [
log
] [
blame
]
#
union branches cannot be optional
{
'union'
:
'Union'
,
'data'
:
{
'*a'
:
'int'
,
'b'
:
'str'
}
}