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

// Import statements here.
import M41;
import M41;

export int f36() {
  return f41() + f41();
}