Sign in
qemu
/
qemu
/
3dfd711ea9eeda8a0b44f73a65e19f3c1f7d428d
/
.
/
tests
/
qapi-schema
/
reserved-member-underscore.json
blob: 4a3a0176381b6af918067f9d9ced5ed56aead43f [
file
]
#
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'
}
}