Skip to content

Preprocessor incorrect behaviour #11

@marche147

Description

@marche147

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions