summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/reserved-member-q.json
blob: 62fed8fddfe8a4d584fa7b99120cfcb943c7354b (plain)
1
2
3
4
# C member name collision
# We reject names like 'q-unix', because they can collide with the mangled
# name for 'unix' in generated C.
{ 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }