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