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

// Import statements here.
import M17;
import M21;

export int f16() {
  return f17() + f21();
}