Merge tag 's390x-tcg-2019-06-21' into s390-next-staging
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-string.json
blob85adbd4adc1febae280c1fa61258fcabf4f01387
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': 'int' } }