aboutsummaryrefslogtreecommitdiff
path: root/modtest/src88.ixx
blob: 55f0313d8a90088701db5d6d54dc77e20baf5d5a (plain)
1
2
3
4
5
6
7
8
9
export module M88;

// Import statements here.
import M89;
import M92;

export int f88() {
  return f89() + f92();
}