blob: 7d49e1d14edfb17abd5f9078a925fdeb57fd351c [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import logger;
int main ()
{
Log ("hello world!");
return 0;
}