module-impl.cxx 35 B

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