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

// Import statements here.
import M99;
import M99;

export int f98() {
  return f99() + f99();
}