aboutsummaryrefslogtreecommitdiff
path: root/modtest/src62.ixx
blob: 869070eeaf0ed4d7eace750052b04d61b3f2d669 (plain)
1
2
3
4
5
6
7
8
9
export module M62;

// Import statements here.
import M67;
import M65;

export int f62() {
  return f67() + f65();
}