aboutsummaryrefslogtreecommitdiff
path: root/modtest/src55.ixx
blob: 062a1fa3f1e8ca51d6976d7cf4effce881b88bf5 (plain)
1
2
3
4
5
6
7
8
9
export module M55;

// Import statements here.
import M58;
import M57;

export int f55() {
  return f58() + f57();
}