qemu-error: add {error, warn}_report_once_cond
[qemu.git] / tests / qapi-schema / base-cycle-indirect.json
blob28667721a31ab30c6c488d7ad0b4cc865cffa8e9
1 # we reject a loop in base classes
2 { 'struct': 'Base1', 'base': 'Base2', 'data': {} }
3 { 'struct': 'Base2', 'base': 'Base1', 'data': {} }