xref: /qemu/tests/qapi-schema/redefined-type.json (revision 0ab8ed18a6fe98bfc82705b0f041fbf2a8ca5b60)
1# we reject types defined more than once
2
3##
4# @foo:
5##
6{ 'struct': 'foo', 'data': { 'one': 'str' } }
7##
8# @foo:
9##
10{ 'enum': 'foo', 'data': [ 'two' ] }
11