]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/args-name-clash.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
index 61423cb89346c6a027c036e5804ba2206d883e53..991323b78dfa8d6e620c12045314a520ce8ed056 100644 (file)
@@ -1,4 +1,8 @@
 # C member name collision
 # Reject members that clash when mapped to C names (we would have two 'a_b'
 # members).
+
+##
+# @oops:
+##
 { 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }