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