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.map22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/Modules/Inputs/System/usr/include/module.map b/test/Modules/Inputs/System/usr/include/module.map
index 9b2f3af..1d88ca3 100644
--- a/test/Modules/Inputs/System/usr/include/module.map
+++ b/test/Modules/Inputs/System/usr/include/module.map
@@ -30,3 +30,25 @@ module uses_other_constants {
header "uses_other_constants.h"
export *
}
+
+module Darwin {
+ module C {
+ module excluded {
+ requires excluded
+ header "assert.h"
+ }
+ }
+}
+
+module Tcl {
+ module Private {
+ requires excluded
+ umbrella ""
+ }
+}
+
+module IOKit {
+ module avc {
+ requires cplusplus
+ }
+}
OpenPOWER on IntegriCloud