xref: /qemu/tests/qapi-schema/bad-base.json (revision 9050c65b71ac1d197330e6db221f63189e21bad5)
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' } }
4