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

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

export int f54() {
  return f55() + f59();
}