circular-a.cppm 63 B

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