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