]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/union-clash-branches.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / union-clash-branches.json
index 3bece8c948b90ed57655d1dc37d941def6a5ebeb..6615665dfede60877d0ef4ea56edf58c4fc6dc57 100644 (file)
@@ -1,5 +1,9 @@
 # Union branch name collision
 # Reject a union that would result in a collision in generated C names (this
 # would try to generate two members 'a_b').
+
+##
+# @TestUnion:
+##
 { 'union': 'TestUnion',
   'data': { 'a-b': 'int', 'a_b': 'str' } }