xref: /openbmc/qemu/tests/qapi-schema/features-if-invalid.json (revision 7025114b1cd7683cb7fbef0810577c67aa3cbbd8)
1# Cover feature with invalid 'if'
2{ 'struct': 'Stru',
3  'data': {},
4  'features': [{'name': 'f', 'if': false }] }
5