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

int main ()
{
  get ();
}