Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' into...
[qemu/ar7.git] / tests / qapi-schema / bad-base.json
bloba634331cdd81a453ef17839c24101a6e1dfc28b0
1 # we reject a base that is not a struct
2 { 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
3 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }