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