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