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