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