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