aboutsummaryrefslogtreecommitdiff
path: root/modtest/src5.ixx
blob: 3724c9a426d428ad0318b51e09b54f5c50d7d7d1 (plain)
1
2
3
4
5
6
7
8
9
export module M5;

// Import statements here.
import M6;
import M8;

export int f5() {
  return f6() + f8();
}