Sign in
qemu
/
qemu
/
a6819c1bd0b76d7fa0c8f4ae19e4e80dd61a1502
/
.
/
tests
/
qapi-schema
/
reserved-member-underscore.json
blob: 4a3a0176381b6af918067f9d9ced5ed56aead43f [
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
).
{
'struct'
:
'Oops'
,
'data'
:
{
'_oops'
:
'str'
}
}