]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-clash.json
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-clash.json
1 # we detect C enum collisions in an alternate
2 { 'alternate': 'Alt1',
3 'data': { 'one': 'str', 'ONE': 'int' } }