]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/enum-clash-member.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / enum-clash-member.json
CommitLineData
cf393590 1# we reject enums where members will clash when mapped to C enum
407efbf9 2{ 'pragma': { 'member-name-exceptions': [ 'MyEnum' ] } }
01cfbaa4 3{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }