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