Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/alternate-conflict-enum-int.json
2023-03-06 14:48:14 +01:00

7 lines
190 B
JSON

# alternate branches of 'enum' type that conflicts with numbers
{ 'enum': 'Enum',
'data': [ '1', '2', '3' ] }
{ 'alternate': 'Alt',
'data': { 'one': 'Enum',
'two': 'int' } }