aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/85 cpp modules/gcc/src8.cxx
blob: 6a3ef96f5690307d90a6f7eb2e25be269553bf1b (plain)
1
2
3
4
5
6
7
export module M8;

import M9;

export int func8() {
  return func9();
}