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

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

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