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