xref: /openbmc/qemu/tests/qapi-schema/bad-if-empty.json (revision f58f084e71c6aeee066a30fc87422820e94a6cfc)
1# check empty 'if'
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3  'if': '' }
4