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

4 lines
143 B
JSON

# we do not allow alternate arguments
{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'bool' } }
{ 'command': 'oops', 'data': 'Alt' }