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