aboutsummaryrefslogtreecommitdiff
path: root/modtest/src70.ixx
blob: 81aa16777493fe9e7eb12380a8b5f5d737b20444 (plain)
1
2
3
4
5
6
7
8
9
export module M70;

// Import statements here.
import M74;
import M74;

export int f70() {
  return f74() + f74();
}