aboutsummaryrefslogtreecommitdiff
path: root/modtest/src21.ixx
blob: 825fc7a6e72adae5ef41748bbcccaa6c35d801e6 (plain)
1
2
3
4
5
6
7
8
9
export module M21;

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

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