target/arm: Restrict v7A TCG cpus to TCG accel
[qemu/ar7.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' ] }