Sign in
qemu
/
qemu
/
22b3c557ffd4fb9c6c034a839b3e5b82d131123a
/
.
/
tests
/
qapi-schema
/
base-cycle-indirect.json
blob: 28667721a31ab30c6c488d7ad0b4cc865cffa8e9 [
file
] [
log
] [
blame
]
#
we reject a loop in base classes
{
'struct'
:
'Base1'
,
'base'
:
'Base2'
,
'data'
:
{}
}
{
'struct'
:
'Base2'
,
'base'
:
'Base1'
,
'data'
:
{}
}