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

4 lines
117 B
JSON

# check invalid 'if' content
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
'if': { 'all': ['foo', ' '] } }