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