aboutsummaryrefslogtreecommitdiff
path: root/modtest/src2.ixx
blob: 537ca00aea9ed3d587ead923468f65cdc3913825 (plain)
1
2
3
4
5
6
7
8
9
export module M2;

// Import statements here.
import M6;
import M3;

export int f2() {
  return f6() + f3();
}