Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / alternate-clash.json
diff --git a/qemu/tests/qapi-schema/alternate-clash.json b/qemu/tests/qapi-schema/alternate-clash.json
new file mode 100644 (file)
index 0000000..3947935
--- /dev/null
@@ -0,0 +1,3 @@
+# we detect C enum collisions in an alternate
+{ 'alternate': 'Alt1',
+  'data': { 'one': 'str', 'ONE': 'int' } }