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