aboutsummaryrefslogtreecommitdiff
path: root/modtest/src71.ixx
blob: 06da82bb122f416f1fd8246623b994d179c654e7 (plain)
1
2
3
4
5
6
7
8
9
export module M71;

// Import statements here.
import M75;
import M75;

export int f71() {
  return f75() + f75();
}