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

// Import statements here.
import M23;
import M22;

export int f18() {
  return f23() + f22();
}