]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/reserved-member-q.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / reserved-member-q.json
index 62fed8fddfe8a4d584fa7b99120cfcb943c7354b..f51e3129176863d5bb12adb0cf627a9087e72ecb 100644 (file)
@@ -1,4 +1,8 @@
 # C member name collision
 # We reject names like 'q-unix', because they can collide with the mangled
 # name for 'unix' in generated C.
+
+##
+# @Foo:
+##
 { 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }