blob: 7a8f3e1ec8426eb9e769d773bd78479133d74976 [file] [log] [blame]
# we reject types defined more than once
##
# @foo:
##
{ 'struct': 'foo', 'data': { 'one': 'str' } }
##
# @foo:
##
{ 'enum': 'foo', 'data': [ 'two' ] }