target/mips: Use OPC_MUL instead of OPC__MXU_MUL
[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' } }