repo.or.cz
/
qemu
/
ar7.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/thibault/tags/samuel-thibault' into staging
[qemu/ar7.git]
/
tests
/
qapi-schema
/
reserved-member-q.json
blob
62fed8fddfe8a4d584fa7b99120cfcb943c7354b
1
# C member name collision
2
# We reject names like 'q-unix', because they can collide with the mangled
3
# name for 'unix' in generated C.
4
{ 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }