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