]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/reserved-member-underscore.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / reserved-member-underscore.json
CommitLineData
59a92fee
EB
1# C member name collision
2# We reject use of a single leading underscore in all names (names must
3# begin with a letter or a downstream extension double-underscore prefix).
3313b612
MAL
4
5##
6# @Oops:
7##
59a92fee 8{ 'struct': 'Oops', 'data': { '_oops': 'str' } }