summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/redefined-type.json
blob: 7a8f3e1ec8426eb9e769d773bd78479133d74976 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# we reject types defined more than once

##
# @foo:
##
{ 'struct': 'foo', 'data': { 'one': 'str' } }
##
# @foo:
##
{ 'enum': 'foo', 'data': [ 'two' ] }