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

// Import statements here.
import M86;
import M86;

export int f85() {
  return f86() + f86();
}