]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if.json
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging
[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)' } }