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