aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macros_right.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macros_right.h')
-rw-r--r--test/Modules/Inputs/macros_right.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Modules/Inputs/macros_right.h b/test/Modules/Inputs/macros_right.h
index e16a64b50ad3..dbbd2c364350 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)