MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / tests / qapi-schema / bad-if-list.json
blob1fefef16a7b4e8437e9af60c814ffe238e7096c4
1 # check invalid 'if' content
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'all': ['foo', ' '] } }