module.cxx 77 B

12345
  1. export module M;
  2. export import M : part;
  3. import M : internal_part;
  4. int f();