always_scan.cxx 180 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. import M;
  7. int scanned_file()
  8. {
  9. return from_module();
  10. }