aboutsummaryrefslogtreecommitdiff
path: root/modtest/src90.ixx
blob: 770301bd5df5fa225cf386a57d84953019ca71af (plain)
1
2
3
4
5
6
7
8
9
export module M90;

// Import statements here.
import M91;
import M91;

export int f90() {
  return f91() + f91();
}