hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
[qemu/ar7.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' } } }