aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/modular_maps/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/modular_maps/common.h')
-rw-r--r--test/Modules/Inputs/modular_maps/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/modular_maps/common.h b/test/Modules/Inputs/modular_maps/common.h
new file mode 100644
index 000000000000..f690bcbd399b
--- /dev/null
+++ b/test/Modules/Inputs/modular_maps/common.h
@@ -0,0 +1,4 @@
+#ifndef COMMON_H
+#define COMMON_H
+const int c = 2;
+#endif