xref: /openbmc/qemu/tests/qapi-schema/base-cycle-indirect.json (revision a6caeee8111386b2d16ee07fe817193cde7f0d2a)
1# we reject a loop in base classes
2{ 'struct': 'Base1', 'base': 'Base2', 'data': {} }
3{ 'struct': 'Base2', 'base': 'Base1', 'data': {} }
4