Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / returns-dict.json
blob6a3ed0f34d8a2830b563f38ebc3b3dba0701645b
1 # we reject inline struct return type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'returns': { 'a': 'str' } }