summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/cmake/src/main.cpp
blob: b96807bdac1fe4a52f937d2a635767d7af52bf2f (plain)
1
2
3
4
5
6
7
import hello;

int main() {
  hello::say s(sizeof(hello::say));
  s.hello();
  return 0;
}