summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/staticlib2/src/main.cpp
blob: 0c8bebf3570df319e9cd8e196e123ff01295c659 (plain)
1
2
3
4
5
6
7
#include <stdio.h>
import foo;

int main() {
    printf("%d\n", foo::hello());
    return 0;
}