Sign in
qemu
/
qemu
/
284c52eec2d0a1b9c47f06c3eee46762c5fc0915
/
.
/
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'
]
}