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
qcow2: refactor decompress_buffer
[qemu/ar7.git]
/
tests
/
qapi-schema
/
union-clash-branches.json
blob
3bece8c948b90ed57655d1dc37d941def6a5ebeb
1
# Union branch name collision
2
# Reject a union that would result in a collision in generated C names (this
3
# would try to generate two members 'a_b').
4
{ 'union': 'TestUnion',
5
'data': { 'a-b': 'int', 'a_b': 'str' } }