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

6 lines
267 B
JSON

# C member name collision
# We reject names like 'has-a', because they can collide with the flag
# for an optional 'a' in generated C.
# TODO we could munge the optional flag name to avoid the collision.
{ 'command': 'oops', 'data': { '*a': 'str', 'has-a': 'str' } }