Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-any.json
blobe47a73a1161ba64bce8043c889a19bfb02e87602
1 # we do not allow the 'any' type as an alternate branch
2 { 'alternate': 'Alt',
3   'data': { 'one': 'any',
4             'two': 'int' } }