aboutsummaryrefslogtreecommitdiff
path: root/modtest/src30.ixx
blob: 524611cb3c72c598e309aabdc790c97631ab8e76 (plain)
1
2
3
4
5
6
7
8
9
export module M30;

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

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