qemu-e2k/tests/qapi-schema/reserved-type-list.json

6 lines
241 B
JSON

# Potential C name collision
# We reserve names ending in 'List' for use by array types.
# TODO - we could choose array names to avoid collision with user types,
# in order to let this compile
{ 'struct': 'FooList', 'data': { 's': 'str' } }