Merge tag 'pull-ppc-20221117' of https://gitlab.com/danielhb/qemu into staging
[qemu/ar7.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' } }