historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/qapi-schema/reserved-member-underscore.json

5 lines
222 B
JSON
Raw Normal View History

2024-01-16 17:20:27 +00:00
# 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' } }