]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if.json
qapi: add 'if' to top-level expressions
[mirror_qemu.git] / tests / qapi-schema / bad-if.json
1 # check invalid 'if' type
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'value': 'defined(TEST_IF_STRUCT)' } }