// { dg-additional-options "-fmodules-ts" }

import logger;

int main ()
{
  Log ("hello world!");
  return 0;
}

