cdecl-blocks
cdecl-blocks copied to clipboard
cannot parse `int declare;`
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.