aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-type-list.json
blob: 5b7d0f995f456f821f124d5ce6f628b62aae470c (plain)
1
2
3
4
5
# Potential C name collision
# FIXME - This parses and compiles on its own, but prevents the user from
# creating a type named 'Foo' and using ['Foo'] for an array.  We should
# reject the use of any type names ending in 'List'.
{ 'struct': 'FooList', 'data': { 's': 'str' } }