summaryrefslogtreecommitdiff
path: root/modtest/src96.ixx
blob: 150964e2a0948fd63a3f56728bbcad1bc8f8dd66 (plain)
1
2
3
4
5
6
7
8
9
export module M96;

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

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