Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / comments.json
diff --git a/qemu/tests/qapi-schema/comments.json b/qemu/tests/qapi-schema/comments.json
new file mode 100644 (file)
index 0000000..e643f3a
--- /dev/null
@@ -0,0 +1,4 @@
+# Unindented comment
+{ 'enum': 'Status',             # Comment to the right of code
+  # Indented comment
+  'data': [ 'good', 'bad', 'ugly' ] }