MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / tests / qapi-schema / alternate-invalid-dict.json
blob8e0b2ac287c40e57abd701cbabf937674ffc6acc
1 # exploded member form must have a 'type'
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': { 'if': 'foo' } } }