Sign in
qemu
/
qemu
/
bfce9288177b29ecd29e9a81aa21d7016d4558c0
/
.
/
tests
/
qapi-schema
/
bad-ident.json
blob: 763627ad23807c32c08c5d3fd1b8005225f7d74b [
file
] [
log
] [
blame
]
#
we reject creating a type name with bad name
{
'struct'
:
'*oops'
,
'data'
:
{
'i'
:
'int'
}
}