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