cdecl-blocks icon indicating copy to clipboard operation
cdecl-blocks copied to clipboard

cannot parse `int declare;`

Open marralesfios opened this issue 3 years ago • 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.

marralesfios avatar Feb 12 '22 09:02 marralesfios