block: Don't call no_coroutine_fns in qmp_block_resize()
[qemu/kevin.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' } }