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

// Import statements here.
import M95;
import M98;

export int f94() {
  return f95() + f98();
}