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

// Import statements here.
import M33;
import M30;

export int f28() {
  return f33() + f30();
}