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