qemu-e2k/tests/qapi-schema/reserved-enum-q.json

9 lines
198 B
JSON

# C entity name collision
# We reject names like 'q-unix', because they can collide with the mangled
# name for 'unix' in generated C.
##
# @Foo:
##
{ 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }