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

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