Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
scan_props
/
never_scan.ixx
blob: b47510bfc9d288903c3a612d36bc20d0a37ecc7f [
file
]
#if SCANNING_CONTROL
# ifdef CMAKE_SCANNED_THIS_SOURCE
# error "This file should not have been scanned"
# endif
#endif
int
never_scan
()
{
return
0
;
}