Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/base-cycle-indirect.json
2023-03-06 14:48:14 +01:00

4 lines
137 B
JSON

# we reject a loop in base classes
{ 'struct': 'Base1', 'base': 'Base2', 'data': {} }
{ 'struct': 'Base2', 'base': 'Base1', 'data': {} }