target/arm: Restrict v7A TCG cpus to TCG accel
[qemu/ar7.git] / tests / qapi-schema / bad-if-empty.json
blobfe1dd4eca6bddaecaefe373bc49ec7c073ded87a
1 # check empty 'if'
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': '' }