Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / tests / qapi-schema / base-cycle-direct.json
blob4fc66d05161920a198523ce32bce872764797f21
1 # we reject a loop in base classes
2 { 'struct': 'Loopy', 'base': 'Loopy', 'data': {} }