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