Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
scan_props
/
module.cxx
blob: 67d1c076ad1d418ee808e7a5d63feeaae6df1995 [
file
]
export
module M
;
#if SCANNING_CONTROL
# ifndef CMAKE_SCANNED_THIS_SOURCE
# error "This file should have been scanned"
# endif
#endif
export
int
from_module
()
{
return
0
;
}