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