]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/redefined-type.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / redefined-type.json
index a09e768baeb5e6c3ec73b8f35e6d6009159c7615..7a8f3e1ec8426eb9e769d773bd78479133d74976 100644 (file)
@@ -1,3 +1,10 @@
 # we reject types defined more than once
+
+##
+# @foo:
+##
 { 'struct': 'foo', 'data': { 'one': 'str' } }
+##
+# @foo:
+##
 { 'enum': 'foo', 'data': [ 'two' ] }