aboutsummaryrefslogtreecommitdiff
path: root/modtest/src1.ixx
blob: 89e492f2980fdf963d07b607464d8590144ed24c (plain)
1
2
3
4
5
6
7
8
9
export module M1;

// Import statements here.
import M4;
import M2;

export int f1() {
  return f4() + f2();
}