aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-member-underscore.json
blob: cc34b54b02adc64e793ff625c80ac767b2da38c3 (plain)
1
2
3
4
5
6
7
8
# 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' } }