target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / bad-if-empty.json
blobfe1dd4eca6bddaecaefe373bc49ec7c073ded87a
1 # check empty 'if'
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': '' }