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