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