e.cxx 61 B

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