summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions/src/math.math1.mpp
blob: 8537d161aa806380d214ef702b919097ad6b795d (plain)
1
2
3
4
5
export module math:math1;

export int add(int fir, int sec) {
    return fir + sec;
}