Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / qapi-schema / enum-clash-member.json
blob82bcbf724b0f72ad00593270b97047248ae87bd2
1 # we reject enums where members will clash when mapped to C enum
2 { 'pragma': { 'member-name-exceptions': [ 'MyEnum' ] } }
3 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }