aboutsummaryrefslogtreecommitdiff
path: root/modtest/src80.ixx
blob: 0a6ecb8fc2ea8d4d9d9bdd792f5cff09fb05eba9 (plain)
1
2
3
4
5
6
7
8
9
export module M80;

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

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