summaryrefslogtreecommitdiffstats
path: root/test cases/unit/85 cpp modules/vs/src3.ixx
blob: 96f135c0040e72e1b7ebc69526658be6df6de1f2 (plain)
1
2
3
4
5
6
7
export module M3;

import M4;

export int func3() {
  return func4();
}