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

// Import statements here.
import M18;
import M19;

export int f17() {
  return f18() + f19();
}