]>
Commit | Line | Data |
---|---|---|
19767083 EB |
1 | # Potential C name collision |
2 | # FIXME - This parses and compiles on its own, but prevents the user from | |
3 | # creating a type named 'Foo' and using ['Foo'] for an array. We should | |
4 | # reject the use of any type names ending in 'List'. | |
5 | { 'struct': 'FooList', 'data': { 's': 'str' } } |