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