Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/redefined-type.json
2023-03-06 14:48:14 +01:00

4 lines
124 B
JSON

# we reject types defined more than once
{ 'struct': 'Foo', 'data': { 'one': 'str' } }
{ 'enum': 'Foo', 'data': [ 'two' ] }