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