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