qemu-e2k/tests/qapi-schema/reserved-member-underscore....

9 lines
238 B
JSON

# 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' } }