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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Issue Type: Bug
Example:
#ifdef TEST
int func(int a,
#else
int func2(int a,
#endif
int b);
Error: syntax errors around #else and #endif.
Expected: parse correctly.
Original Issue
The text was updated successfully, but these errors were encountered: