c.cxx 61 B

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