aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/85 cpp modules/main.cpp
blob: d825c7d49df5d89ff71162eaf4e79dcffbd6841b (plain)
1
2
3
4
5
6
7
import M0;
#include<cstdio>

int main() {
    printf("The value is %d", func0());
    return 0;
}