aboutsummaryrefslogtreecommitdiff
path: root/modtest/src89.ixx
blob: 6a9650e4385a13c75e5d8a8395da3d4d60b9463d (plain)
1
2
3
4
5
6
7
8
9
export module M89;

// Import statements here.
import M92;
import M94;

export int f89() {
  return f92() + f94();
}