(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
ns-dir-1_b.C
// { dg-additional-options -fmodules-ts }

import bob;

void foo ()
{
  elsewhere::frob ();
}