Sign in
qemu
/
qemu
/
6979a813f38d221bf68c3928a8d2b810cefc34b5
/
.
/
tests
/
qapi-schema
/
reserved-member-underscore.json
blob: cc34b54b02adc64e793ff625c80ac767b2da38c3 [
file
] [
log
] [
blame
]
#
C member name collision
#
We
reject use of a single leading underscore in all names
(
names must
#
begin with a letter or a downstream extension double
-
underscore prefix
).
##
#
@Oops
:
##
{
'struct'
:
'Oops'
,
'data'
:
{
'_oops'
:
'str'
}
}