xref: /openbmc/qemu/tests/qapi-schema/returns-dict.json (revision 23eb9e6b6d5315171cc15969bbc755f258004df0)
1# we reject inline struct return type
2
3##
4# @oops:
5##
6{ 'command': 'oops', 'returns': { 'a': 'str' } }
7