]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/union-invalid-data.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / union-invalid-data.json
CommitLineData
4918bb7d
JS
1# the union data type must be an object.
2{ 'union': 'TestUnion',
3 'base': 'int',
4 'discriminator': 'int',
5 'data': ['rubbish', 'nonsense']
6}