never_scan.cxx 158 B

12345678910
  1. #if SCANNING_CONTROL
  2. # ifdef CMAKE_SCANNED_THIS_SOURCE
  3. # error "This file should not have been scanned"
  4. # endif
  5. #endif
  6. int never_scan()
  7. {
  8. return 0;
  9. }