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