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