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