]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if.json
Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / bad-if.json
1 # check invalid 'if' type
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': ['TEST_IF_STRUCT'] }