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