Closed larslj closed 6 years ago
This fixes an issue that causes a definition of a pointer to an array to be misinterpreted as a function declaration. E.g. foo is interpreted as a function name in the statement "foor (*bar)[];"
Looks good. Add a simple test case and it's good to go
This fixes an issue that causes a definition of a pointer to an array to be misinterpreted as a function declaration. E.g. foo is interpreted as a function name in the statement "foor (*bar)[];"