repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-20210726a...
[qemu/armbru.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' ] }