summaryrefslogtreecommitdiff
path: root/tests/projects/swift/modulemap/src/hello.cpp
blob: 42b01afac9ffb21bdbf4cd4f6da8f2d58e7cde2e (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "hello.h"

void say1(char const* s) {
    printf("%s\n", s);
}