Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/enum-bad-member.json

3 lines
87 B
JSON
Raw Normal View History

2023-03-06 14:48:14 +01:00
# we reject any enum member that is not a string
{ 'enum': 'MyEnum', 'data': [ [ ] ] }