module.cxx 147 B

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