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

// Import statements here.
import M40;
import M41;

export int f38() {
  return f40() + f41();
}