]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-base.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / bad-base.json
CommitLineData
dd883c6f 1# we reject a base that is not a struct
9050c65b 2{ 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
895a2a80 3{ 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }