]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-conflict-string.json
include/hw/core: Remove i386 conditional on fake_user_interrupt
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-string.json
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3 'data': { 'one': 'str',
4 'two': 'int' } }