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

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

export int f91() {
  return f96() + f92();
}