summaryrefslogtreecommitdiff
path: root/modtest/src65.ixx
blob: 17f5880f22cce375b796c8bd55989c285690ec83 (plain)
1
2
3
4
5
6
7
8
9
export module M65;

// Import statements here.
import M68;
import M70;

export int f65() {
  return f68() + f70();
}