mod2.cxx 73 B

1234567
  1. export module mod2;
  2. import mod1;
  3. export int mod2()
  4. {
  5. return mod1();
  6. }