Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
sources
/
module-part-impl.cxx
blob: f3b6ba810dc7cc7516f29287c4e9647d62d2518b [
file
] [
log
] [
blame
]
#ifdef
_MSC_VER
// Only MSVC supports this pattern.
module M
:
part
;
#else
module M
;
#endif
import
M
:
internal_part
;
int
p
()
{
return
i
();
}