util/uri.c: remove brackets that wrap `return` statement's content.
[qemu.git] / tests / qapi-schema / returns-dict.json
blob1cfef3ede7d26c28c800519e4627a8fcabdb4e39
1 # we reject inline struct return type
2 { 'command': 'oops', 'returns': { 'a': 'str' } }