Sign in
qemu
/
qemu
/
f66e7ac88c18be9f52add5e1a94de1fc6db3eefb
/
.
/
tests
/
qapi-schema
/
redefined-type.json
blob: 7a8f3e1ec8426eb9e769d773bd78479133d74976 [
file
] [
log
] [
blame
]
#
we reject types defined more than once
##
#
@foo
:
##
{
'struct'
:
'foo'
,
'data'
:
{
'one'
:
'str'
}
}
##
#
@foo
:
##
{
'enum'
:
'foo'
,
'data'
:
[
'two'
]
}