qemu/tests/qapi-schema/alternate-base.json

7 lines
161 B
JSON
Raw Permalink Normal View History

2022-11-03 14:19:34 +08:00
# we reject alternate with base type
{ 'struct': 'Base',
'data': { 'string': 'str' } }
{ 'alternate': 'Alt',
'base': 'Base',
'data': { 'number': 'int' } }