iotests: check: multiprocessing support
[qemu/rayw.git] / tests / qapi-schema / bad-if-not.json
blob9fdaacc47b79d1eeeeb674a6b2b2442ac49da501
1 # check 'if not' with empy argument
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'not': '' } }