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

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

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