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