]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if-empty-list.json
hw/riscv: Validate cluster and NUMA node boundary
[mirror_qemu.git] / tests / qapi-schema / bad-if-empty-list.json
1 # check empty 'if' list
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'all': [] } }