circular-b.cppm 63 B

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