Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/returns-array-bad.json
2023-03-06 14:48:14 +01:00

3 lines
105 B
JSON

# we reject an array return that is not a single type
{ 'command': 'oops', 'returns': [ 'str', 'str' ] }