aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-base.json
blob: 9612b7925d217ddda2383f6bb1dfbe2d278c8e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# we reject alternate with base type

##
# @Base:
##
{ 'struct': 'Base',
  'data': { 'string': 'str' } }
##
# @Alt:
##
{ 'alternate': 'Alt',
  'base': 'Base',
  'data': { 'number': 'int' } }