]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if-keys.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / bad-if-keys.json
1 # check multiple 'if' keys
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'any': ['ANY'], 'all': ['ALL'] } }