Sign in
qemu
/
qemu
/
7b89bf279f16c093ed46845b8e6e0fb61b7ef639
/
.
/
tests
/
qapi-schema
/
flat-union-empty.json
blob: 67dd2978eb173ac639abb7c95306ebb1282a203d [
file
] [
log
] [
blame
]
#
FIXME
-
flat unions should not be empty
{
'enum'
:
'Empty'
,
'data'
:
[
]
}
{
'struct'
:
'Base'
,
'data'
:
{
'type'
:
'Empty'
}
}
{
'union'
:
'Union'
,
'base'
:
'Base'
,
'discriminator'
:
'type'
,
'data'
:
{
}
}