mod7.cxx 73 B

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