Merge tag 'pull-ppc-20221117' of https://gitlab.com/danielhb/qemu into staging
[qemu/ar7.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' } } }