You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, whatever has been reported here appears to be because these identifiers are treated as valid tokens by the lexer and hence once interpreted as such, they would lead to errors obviously.
ret -> RETURNING ptr -> POINTER func -> FUNCTION
I believe the issues should be marked as a limitation.
using a variable name "ret" causes syntax error, such as: int ret
The text was updated successfully, but these errors were encountered: