repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git]
/
tests
/
qapi-schema
/
enum-clash-member.json
blob
82bcbf724b0f72ad00593270b97047248ae87bd2
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' ] }