Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu...
[qemu/kevin.git] / tests / qapi-schema / bad-if-not.json
blob660fc4feb2de9df3148b6eb41303f7ec61c8f092
1 # check 'if not' with empty argument
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'not': '' } }