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