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

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

export int f59() {
  return f61() + f64();
}