Sign in
qemu
/
qemu
/
be8c15118a24491ccb2e7451f74f8efca1dd149c
/
.
/
tests
/
qapi-schema
/
enum-bad-name.json
blob: 1c4620eddad41202b115cfb7914b52e0002bb24f [
file
] [
log
] [
blame
]
#
we ensure all enum names can map to C
#
FIXME reports
'not\possible'
instead of
'not\\possible'
{
'enum'
:
'MyEnum'
,
'data'
:
[
'not\\possible'
]
}