exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb()
[qemu/cris-port.git] / tests / qapi-schema / enum-bad-name.json
blob8506562b313fdc9d2e9e5651230b3f81555e3788
1 # we ensure all enum names can map to C
2 { 'enum': 'MyEnum', 'data': [ 'not^possible' ] }