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