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