]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/returns-array-bad.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / returns-array-bad.json
1 # we reject an array return that is not a single type
2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }