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