Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/doc-bad-command-arg.json

9 lines
144 B
JSON
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
# Arguments listed in the doc comment must exist in the actual schema
##
# @foo:
# @a: a
# @b: b
##
{ 'command': 'foo', 'data': {'a': 'int'} }