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