aboutsummaryrefslogtreecommitdiff
path: root/modtest/src35.ixx
blob: 16779456a4f862ca1234dae9958fc7a7dcf554ac (plain)
1
2
3
4
5
6
7
8
9
export module M35;

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

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