]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/returns-dict.json
6a3ed0f34d8a2830b563f38ebc3b3dba0701645b
[mirror_qemu.git] / tests / qapi-schema / returns-dict.json
1 # we reject inline struct return type
2
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'returns': { 'a': 'str' } }