xref: /qemu/tests/qapi-schema/doc-invalid-return.json (revision 709395f8f627808175307f0c298ce71614fa67d0)
1# Events can't have 'Returns' section
2
3##
4# @foo:
5# Returns: blah
6##
7{ 'event': 'foo' }
8