]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-unknown.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / alternate-unknown.json
CommitLineData
ab916fad 1# we reject an alternate with unknown type in branch
3313b612
MAL
2
3##
4# @Alt:
5##
ab916fad 6{ 'alternate': 'Alt',
8d25dd10 7 'data': { 'unknown': 'MissingType', 'i': 'int' } }