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