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