aboutsummaryrefslogtreecommitdiff
path: root/modtest/src11.ixx
blob: 731cdd76b9eee776f39f6a6a208a32d75440d806 (plain)
1
2
3
4
5
6
7
8
9
export module M11;

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

export int f11() {
  return f16() + f14();
}