aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-member-q.json
blob: f51e3129176863d5bb12adb0cf627a9087e72ecb (plain)
1
2
3
4
5
6
7
8
# C member name collision
# We reject names like 'q-unix', because they can collide with the mangled
# name for 'unix' in generated C.

##
# @Foo:
##
{ 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }