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