Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / tests / qapi-schema / enum-bad-name.json
blob1c4620eddad41202b115cfb7914b52e0002bb24f
1 # we ensure all enum names can map to C
2 # FIXME reports 'not\possible' instead of 'not\\possible'
3 { 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }