]> Git Repo - qemu.git/blob - tests/qapi-schema/reserved-type-list.json
qapi: Reserve '*List' type names for list types
[qemu.git] / tests / qapi-schema / reserved-type-list.json
1 # Potential C name collision
2 # We reserve names ending in 'List' for use by array types.
3 # TODO - we could choose array names to avoid collision with user types,
4 # in order to let this compile
5 { 'struct': 'FooList', 'data': { 's': 'str' } }
This page took 0.024647 seconds and 4 git commands to generate.