module.cxx 51 B

123456
  1. export module mod;
  2. export int f()
  3. {
  4. return 0;
  5. }