Sign in
qemu-android
/
qemu-android
/
fd41dd4eae5f7ea92f10c04cb3f217727fcee91f
/
.
/
tests
/
qapi-schema
/
bad-base.json
blob: a6904706ad87da10787ca1433bfd37eac4e63a1c [
file
] [
log
] [
blame
]
#
we reject a base that is not a struct
{
'union'
:
'Union'
,
'data'
:
{
'a'
:
'int'
,
'b'
:
'str'
}
}
{
'type'
:
'MyType'
,
'base'
:
'Union'
,
'data'
:
{
'c'
:
'int'
}
}