xref: /openbmc/qemu/tests/qapi-schema/redefined-type.json (revision fa32a634329f4b2cdab8e380d5ccf263b1491daa)
1# we reject types defined more than once
2{ 'struct': 'Foo', 'data': { 'one': 'str' } }
3{ 'enum': 'Foo', 'data': [ 'two' ] }
4