From 1d6857de2bc044f45f76270256fad011a591abfc Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 7 Sep 2019 00:49:30 +0800 Subject: add modulemap tests --- tests/projects/swift/modulemap/src/hello.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/projects/swift/modulemap/src/hello.cpp (limited to 'tests/projects/swift/modulemap/src/hello.cpp') diff --git a/tests/projects/swift/modulemap/src/hello.cpp b/tests/projects/swift/modulemap/src/hello.cpp new file mode 100644 index 000000000..42b01afac --- /dev/null +++ b/tests/projects/swift/modulemap/src/hello.cpp @@ -0,0 +1,8 @@ +#include +#include "hello.h" + +void say1(char const* s) { + printf("%s\n", s); +} + + -- cgit v1.3.1