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