aboutsummaryrefslogtreecommitdiff
path: root/modtest/src93.ixx
blob: 38fa020a7c8ebb73dc368880ce49f77181ce2f70 (plain)
1
2
3
4
5
6
7
8
9
export module M93;

// Import statements here.
import M97;
import M95;

export int f93() {
  return f97() + f95();
}