aboutsummaryrefslogtreecommitdiff
path: root/modtest/src10.ixx
blob: 50b4188ccff0640a4652cbfc27d9f65c5f6805f1 (plain)
1
2
3
4
5
6
7
8
9
export module M10;

// Import statements here.
import M11;
import M12;

export int f10() {
  return f11() + f12();
}