qemu-e2k/tests/qapi-schema/bad-if-not.json

4 lines
114 B
JSON

# check 'if not' with empy argument
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
'if': { 'not': '' } }