summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/alternate-any.json
blob: e47a73a1161ba64bce8043c889a19bfb02e87602 (plain)
1
2
3
4
# we do not allow the 'any' type as an alternate branch
{ 'alternate': 'Alt',
  'data': { 'one': 'any',
            'two': 'int' } }