diff options
Diffstat (limited to 'tests/projects/swift/modulemap/src/hello.cpp')
| -rw-r--r-- | tests/projects/swift/modulemap/src/hello.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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 <stdio.h> +#include "hello.h" + +void say1(char const* s) { + printf("%s\n", s); +} + + |
