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

// Import statements here.
import M80;
import M81;

export int f78() {
  return f80() + f81();
}