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

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