summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/System/usr/include/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/System/usr/include/module.map')
-rw-r--r--test/Modules/Inputs/System/usr/include/module.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Modules/Inputs/System/usr/include/module.map b/test/Modules/Inputs/System/usr/include/module.map
index 884b59c..9b2f3af 100644
--- a/test/Modules/Inputs/System/usr/include/module.map
+++ b/test/Modules/Inputs/System/usr/include/module.map
@@ -19,3 +19,14 @@ module cstd [system] {
header "stdint.h"
}
}
+
+module other_constants {
+ explicit module dbl_max {
+ header "dbl_max.h"
+ }
+}
+
+module uses_other_constants {
+ header "uses_other_constants.h"
+ export *
+}
OpenPOWER on IntegriCloud