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

// Import statements here.
import M55;
import M51;

export int f50() {
  return f55() + f51();
}