Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessor incorrect behaviour #11

Open
marche147 opened this issue Apr 16, 2019 · 0 comments
Open

Preprocessor incorrect behaviour #11

marche147 opened this issue Apr 16, 2019 · 0 comments
Assignees
Labels

Comments

@marche147
Copy link
Collaborator

Consider the following case:

int main() {
  int c = 1000;
  char d = '\'';
  return c;
}

The builtin preprocessor throws exception when parsing the testcase. Also when the preprocessor parsing the testcase without the line defining variable d, it works normally.

@marche147 marche147 added the bug label Apr 16, 2019
@marche147 marche147 self-assigned this Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant