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