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