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

int main() {
    hello::say("hello module!");
    return 0;
}