aboutsummaryrefslogtreecommitdiff
path: root/modtest/src6.ixx
blob: 29cbfd47ea46c1d6d4889ebec0eca2ee922c5d18 (plain)
1
2
3
4
5
6
7
8
9
export module M6;

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

export int f6() {
  return f7() + f11();
}