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