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