aboutsummaryrefslogtreecommitdiff
path: root/modtest/src58.ixx
blob: 735a6322ac88050437a25aef62f5ee742a748cdb (plain)
1
2
3
4
5
6
7
8
9
export module M58;

// Import statements here.
import M63;
import M61;

export int f58() {
  return f63() + f61();
}