summaryrefslogtreecommitdiff
path: root/modtest/src67.ixx
blob: 7d3d380310f6362d002ea861e97955d14032541c (plain)
1
2
3
4
5
6
7
8
9
export module M67;

// Import statements here.
import M71;
import M72;

export int f67() {
  return f71() + f72();
}