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

3 lines
116 B
JSON

# check invalid 'if' type
{ 'enum': 'TestIfEnum',
'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }