aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-base.json
blob: a6904706ad87da10787ca1433bfd37eac4e63a1c (plain)
1
2
3
# we reject a base that is not a struct
{ 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
{ 'type': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }