(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99389_c.C
// { dg-additional-options -fmodules-ts }
import hello;

int main ()
{
  return Check ("World") ? 0 : 1;
}