Sign in
◑
Theme
qemu-android
/
qemu-android
/
71ca034a0dee69f77c8ac6ea7d21e5b6a0b0d836
/
.
/
tests
/
qapi-schema
/
union-clash-branches.json
blob: 31d135fb172ba119919a639d253b6a59638c4f91 [
file
]
#
Union
branch name collision
#
Reject
a union that would result in a collision in generated C names
(
this
#
would try to generate two enum values
'TEST_UNION_KIND_A_B'
).
{
'union'
:
'TestUnion'
,
'data'
:
{
'a-b'
:
'int'
,
'a_b'
:
'str'
}
}