summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27186/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/PR27186/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/PR27186/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27186/module.modulemap b/clang/test/Modules/Inputs/PR27186/module.modulemap
new file mode 100644
index 00000000000..58ce19d0d55
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR27186/module.modulemap
@@ -0,0 +1,5 @@
+module "Rtypes.h" { header "Rtypes.h" }
+module a [extern_c] {
+ header "stddef.h"
+ header "time.h"
+}
OpenPOWER on IntegriCloud