Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-bad-name.json
diff --git a/qemu/tests/qapi-schema/enum-bad-name.json b/qemu/tests/qapi-schema/enum-bad-name.json
new file mode 100644 (file)
index 0000000..8506562
--- /dev/null
@@ -0,0 +1,2 @@
+# we ensure all enum names can map to C
+{ 'enum': 'MyEnum', 'data': [ 'not^possible' ] }