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

// Import statements here.
import M29;
import M28;

export int f25() {
  return f29() + f28();
}