Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / tests / qapi-schema / nested-struct-data.json
blob2980d45d0574275cebff3649dced81bb51fd7fdb
1 # {} is not a valid type reference
2 { 'command': 'foo',
3   'data': { 'a' : { 'type': {} }, 'b' : 'str' } }