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
ui: Split hmp_mouse_set() and move the HMP part to ui/
[qemu.git]
/
tests
/
qapi-schema
/
struct-member-name-clash.json
blob
571acf05ce76fb2f2f10441bc192164f151bedfe
1
# C member name collision
2
# Reject members that clash when mapped to C names (we would have two 'a_b'
3
# members).
4
{ 'pragma': { 'member-name-exceptions': [ 'Oops' ] } }
5
{ 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }