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