(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
namespace-1_c.C
// { dg-additional-options "-fmodules-ts" }
// The indirect import of frob, with namespaces impl and ompl doesn't
// affect us.
static int impl;
import Frink;

static int ompl;

void corge (int x)
{
  impl = x;
  ompl = frab (x);
}