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

// Import statements here.
import M45;
import M47;

export int f44() {
  return f45() + f47();
}