mod5.cxx 73 B

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