blob: 98d53bf808f6c7e07ec75e14722b21a9187ae8b6 [file] [log] [blame]
# 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' } }