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