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();
}