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