aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macro-ambiguity/e/system/e_system.h')
-rw-r--r--test/Modules/Inputs/macro-ambiguity/e/system/e_system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h b/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h
new file mode 100644
index 000000000000..c9e13419edc5
--- /dev/null
+++ b/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h
@@ -0,0 +1,7 @@
+#ifndef E_SYSTEM_H
+#define E_SYSTEM_H
+
+#define BAZ1_SYSTEM(x) 2 * x
+#define BAZ2_SYSTEM(x) 2 * x
+
+#endif