Sign in
qemu
/
qemu
/
09920c53549f6097a007bc6081b6f03b9dc13d9c
/
.
/
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'
:
{
}
}