aboutsummaryrefslogtreecommitdiff
path: root/modtest/src92.ixx
blob: 018da53e7a8b119d3595d233f3f7bb353bcd2bd2 (plain)
1
2
3
4
5
6
7
8
9
export module M92;

// Import statements here.
import M94;
import M94;

export int f92() {
  return f94() + f94();
}