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

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