1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00

LibCpp: Replace defined preprocessor values when parsing

This commit is contained in:
Itamar 2021-03-12 17:04:08 +02:00 committed by Andreas Kling
parent f21af0922a
commit 3658c4c567
8 changed files with 134 additions and 44 deletions

View file

@ -5,6 +5,7 @@ int func()
{
int x = 1;
int y = 2;
INT_Z = 3;
StructInHeader mystruct;
printf("x: %d\n", x);
printf("y: %d\n", y);