]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/reserved-type-list.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / reserved-type-list.json
CommitLineData
19767083 1# Potential C name collision
255960dd
EB
2# We reserve names ending in 'List' for use by array types.
3# TODO - we could choose array names to avoid collision with user types,
4# in order to let this compile
3313b612
MAL
5
6##
7# @FooList:
8##
19767083 9{ 'struct': 'FooList', 'data': { 's': 'str' } }