mod4.cxx 73 B

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