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