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

// Import statements here.
import M87;
import M88;

export int f83() {
  return f87() + f88();
}