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