diff options
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Source/little/other.cpp | 1 | ||||
-rw-r--r-- | Base/home/anon/Source/little/other.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Base/home/anon/Source/little/other.cpp b/Base/home/anon/Source/little/other.cpp index 5ef3a12eb0..a35a49284a 100644 --- a/Base/home/anon/Source/little/other.cpp +++ b/Base/home/anon/Source/little/other.cpp @@ -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); diff --git a/Base/home/anon/Source/little/other.h b/Base/home/anon/Source/little/other.h index dbc0f47901..54f64fd686 100644 --- a/Base/home/anon/Source/little/other.h +++ b/Base/home/anon/Source/little/other.h @@ -2,6 +2,8 @@ int func(); #define USE_VAR2 +#define INT_Z int z + struct StructInHeader { int var1; #ifdef USE_VAR2 |