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