summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/modular_maps/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/modular_maps/b.h')
-rw-r--r--clang/test/Modules/Inputs/modular_maps/b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/modular_maps/b.h b/clang/test/Modules/Inputs/modular_maps/b.h
new file mode 100644
index 00000000000..55daf728680
--- /dev/null
+++ b/clang/test/Modules/Inputs/modular_maps/b.h
@@ -0,0 +1,4 @@
+#ifndef B_H
+#define B_H
+const int b = 3;
+#endif
OpenPOWER on IntegriCloud