mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCpp: Replace defined preprocessor values when parsing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user