b.cxx 61 B

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