module.cxx 181 B

123456789101112
  1. #if SCANNING_CONTROL
  2. # ifndef CMAKE_SCANNED_THIS_SOURCE
  3. # error "This file should have been scanned"
  4. # endif
  5. #endif
  6. export module M;
  7. export int from_module()
  8. {
  9. return 0;
  10. }