aboutsummaryrefslogtreecommitdiff
path: root/modtest/src24.ixx
blob: 37f7215c7d99dba12a39b063a492c3e95ccd060b (plain)
1
2
3
4
5
6
7
8
9
export module M24;

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

export int f24() {
  return f29() + f27();
}