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

// Import statements here.
import M86;
import M85;

export int f84() {
  return f86() + f85();
}