pub.cxx 67 B

12345678
  1. export module pub;
  2. import priv;
  3. export int f()
  4. {
  5. return g();
  6. }