same.cxx 58 B

12345
  1. export module b.same;
  2. export int b_same()
  3. {
  4. return 0;
  5. }