mod3.cxx 73 B

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