]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-clash-member.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / enum-clash-member.json
1 # we reject enums where members will clash when mapped to C enum
2
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }