]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/reserved-enum-q.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / reserved-enum-q.json
CommitLineData
59a92fee
EB
1# C entity name collision
2# We reject names like 'q-unix', because they can collide with the mangled
3# name for 'unix' in generated C.
4{ 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }