historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/qapi-schema/alternate-conflict-enum-int.json
2024-01-16 11:20:27 -06:00

6 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' } }