aboutsummaryrefslogtreecommitdiff
path: root/modtest/src95.ixx
blob: 72da9b94dcb93e20bf0985acbf2911e77c6a1c9f (plain)
1
2
3
4
5
6
7
8
9
export module M95;

// Import statements here.
import M99;
import M97;

export int f95() {
  return f99() + f97();
}