]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-base.json
qapi: Add some expr tests
[mirror_qemu.git] / tests / qapi-schema / bad-base.json
1 # FIXME: we should reject a base that is not a struct
2 { 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
3 { 'type': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }