Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/reserved-member-underscore.json
2023-03-06 14:48:14 +01:00

5 lines
222 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).
{ 'struct': 'Oops', 'data': { '_oops': 'str' } }