Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / reserved-type-list.json
blob6effb78e7fa3ff18f55a6baba457182ac0113ec1
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
6 ##
7 # @FooList:
8 ##
9 { 'struct': 'FooList', 'data': { 's': 'str' } }