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

// Import statements here.
import M34;
import M37;

export int f33() {
  return f34() + f37();
}