summaryrefslogtreecommitdiff
path: root/modtest/src12.ixx
blob: 64996cebb276126f7783a5faa9e77f93419e7ed0 (plain)
1
2
3
4
5
6
7
8
9
export module M12;

// Import statements here.
import M15;
import M16;

export int f12() {
  return f15() + f16();
}