Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-bad-name.json
1 # we ensure all enum names can map to C
2 { 'enum': 'MyEnum', 'data': [ 'not^possible' ] }