diff options
Diffstat (limited to 'test/Modules/Inputs/macros_right.h')
-rw-r--r-- | test/Modules/Inputs/macros_right.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Modules/Inputs/macros_right.h b/test/Modules/Inputs/macros_right.h index e16a64b..dbbd2c3 100644 --- a/test/Modules/Inputs/macros_right.h +++ b/test/Modules/Inputs/macros_right.h @@ -1,4 +1,4 @@ -@__experimental_modules_import macros_top; +@import macros_top; #define RIGHT unsigned short @@ -15,3 +15,5 @@ #undef TOP_RIGHT_REDEF #define TOP_RIGHT_REDEF float + +#define FN_ADD(x, y) (x+y) |