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