(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
global-2_b.C
// { dg-additional-options "-fmodules-ts" }

import logger;

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