aboutsummaryrefslogtreecommitdiff
path: root/modtest/src74.ixx
blob: 0601e715dcb40fd475233e8148269ca3c5d0c8c4 (plain)
1
2
3
4
5
6
7
8
9
export module M74;

// Import statements here.
import M77;
import M79;

export int f74() {
  return f77() + f79();
}