target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / struct-member-invalid-dict.json
blobdf5d018f6548739d184c72aea1cf8570e478266a
1 # struct 'data' member with dict value is (longhand) member
2 # definition, not inline complex type
3 { 'struct': 'Foo',
4   'data': { '*a': { 'case': 'foo' } } }