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