ridiculousfish/cdecl-blocks

cannot parse `int declare;`

Closed this issue · 0 comments

int declare; is perfectly valid C++ code but the parser fails, saying "syntax error".
Also fails on declare declare as int
The parser should accept declare as an identifier.