Sign in
qemu
/
qemu
/
a9074977ef59db36f8755c79d3de97ef8f036913
/
.
/
tests
/
qapi-schema
/
flat-union-empty.json
blob: 77f1d9abfb8f9b39a0a9dd9a03be3cb4e4343c15 [
file
] [
log
] [
blame
]
#
flat unions cannot be empty
{
'enum'
:
'Empty'
,
'data'
:
[
]
}
{
'struct'
:
'Base'
,
'data'
:
{
'type'
:
'Empty'
}
}
{
'union'
:
'Union'
,
'base'
:
'Base'
,
'discriminator'
:
'type'
,
'data'
:
{
}
}