summaryrefslogtreecommitdiff
path: root/modtest/src81.ixx
blob: 02333a0674d60d2aff0d42ed147544872ea12ecb (plain)
1
2
3
4
5
6
7
8
9
export module M81;

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

export int f81() {
  return f86() + f82();
}