aboutsummaryrefslogtreecommitdiff
path: root/modtest/src13.ixx
blob: 6948409ca9fd0ec54f4497af4d9da76210e43238 (plain)
1
2
3
4
5
6
7
8
9
export module M13;

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

export int f13() {
  return f17() + f15();
}