Sign in
qemu-android
/
qemu-android
/
b3dcf72e75cd5489b98fe650a0b710327f286fe7
/
.
/
tests
/
qapi-schema
/
args-name-clash.json
blob: 61423cb89346c6a027c036e5804ba2206d883e53 [
file
] [
log
] [
blame
]
#
C member name collision
#
Reject
members that clash when mapped to C names
(
we would have two
'a_b'
#
members
).
{
'command'
:
'oops'
,
'data'
:
{
'a-b'
:
'str'
,
'a_b'
:
'str'
}
}