aboutsummaryrefslogtreecommitdiff
path: root/modtest/src31.ixx
blob: 19286a4bb354932629858c07838f51a2d27cdcdd (plain)
1
2
3
4
5
6
7
8
9
export module M31;

// Import statements here.
import M32;
import M34;

export int f31() {
  return f32() + f34();
}