Sign in
qemu
/
qemu
/
a9074977ef59db36f8755c79d3de97ef8f036913
/
.
/
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'
:
{}
}