Sign in
qemu-android
/
qemu-android
/
b3dcf72e75cd5489b98fe650a0b710327f286fe7
/
.
/
tests
/
qapi-schema
/
union-clash-branches.json
blob: 3bece8c948b90ed57655d1dc37d941def6a5ebeb [
file
] [
log
] [
blame
]
#
Union
branch name collision
#
Reject
a union that would result in a collision in generated C names
(
this
#
would try to generate two members
'a_b'
).
{
'union'
:
'TestUnion'
,
'data'
:
{
'a-b'
:
'int'
,
'a_b'
:
'str'
}
}