Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/struct-member-invalid-dict.json
2023-03-06 14:48:14 +01:00

5 lines
157 B
JSON

# struct 'data' member with dict value is (longhand) member
# definition, not inline complex type
{ 'struct': 'Foo',
'data': { '*a': { 'case': 'foo' } } }