aboutsummaryrefslogtreecommitdiff
path: root/modtest/src79.ixx
blob: 14fd37002965b304ccc4d63763dcba9029657d24 (plain)
1
2
3
4
5
6
7
8
9
export module M79;

// Import statements here.
import M83;
import M82;

export int f79() {
  return f83() + f82();
}