Sign in
qemu
/
qemu
/
6b0a96ce3a405ef4676e1fa853f2c649dc25c2b4
/
.
/
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'
}
}