aboutsummaryrefslogtreecommitdiff
path: root/modtest/src15.ixx
blob: 9698e24ca9c81f615b945aab65e873e5fd06f15c (plain)
1
2
3
4
5
6
7
8
9
export module M15;

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

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