Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/alternate-conflict-bool-string.json

5 lines
144 B
JSON
Raw Normal View History

2023-03-06 14:48:14 +01:00
# alternate branches of 'str' type conflict with all scalar types
{ 'alternate': 'Alt',
'data': { 'one': 'bool',
'two': 'str' } }