aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/helloswift/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/helloswift/module.modulemap')
-rw-r--r--tests/manual/helloswift/module.modulemap3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/helloswift/module.modulemap b/tests/manual/helloswift/module.modulemap
new file mode 100644
index 0000000000..4cc079abea
--- /dev/null
+++ b/tests/manual/helloswift/module.modulemap
@@ -0,0 +1,3 @@
+module Greeter {
+ header "greeter.h"
+}