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