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

int main() {
    hello::say_hello();
    hello::say_xz();
    // hello::say_hi();
    return 0;
}