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

// Import statements here.
import M47;
import M51;

export int f46() {
  return f47() + f51();
}