xref: /openbmc/qemu/tests/qapi-schema/bad-base.json (revision dd883c6f0547f02ae805d02852ff3691f6d08f85)
1*dd883c6fSEric Blake# we reject a base that is not a struct
29050c65bSEric Blake{ 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
39050c65bSEric Blake{ 'type': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }
4