Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-base.json
blob529430ecf2f26a010b4663dcb74a7c04eb4d9ff7
1 # we reject alternate with base type
2 { 'struct': 'Base',
3   'data': { 'string': 'str' } }
4 { 'alternate': 'Alt',
5   'base': 'Base',
6   'data': { 'number': 'int' } }