summaryrefslogtreecommitdiff
path: root/modtest/src60.ixx
blob: 6f107094f85eb2e337fef28a0f471c2780603a91 (plain)
1
2
3
4
5
6
7
8
9
export module M60;

// Import statements here.
import M64;
import M62;

export int f60() {
  return f64() + f62();
}