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