MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / tests / qapi-schema / enum-bad-member.json
blob98da6828b46dd64b65647ca703a5025aaf0585db
1 # we reject any enum member that is not a string
2 { 'enum': 'MyEnum', 'data': [ [ ] ] }