target-ppc: Add xsiexpqp instruction
[qemu/rayw.git] / tests / qapi-schema / enum-bad-name.json
blob978cb889941ac68f6df911ec00416822b2282e9f
1 # we ensure all enum names can map to C
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': [ 'not^possible' ] }