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