hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
[qemu/ar7.git] / tests / qapi-schema / struct-member-if-invalid.json
blob35078bd6600b4b28ae7e76250e9c04f195602ebf
1 # Cover member with invalid 'if'
2 { 'struct': 'Stru',
3   'data': { 'member': { 'type': 'int', 'if': true } } }