(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
namespace-4_c.C
// { dg-additional-options "-fmodules-ts" }

import frob;

namespace 
{
  float *nope;
}

float *q ()
{
  f (int (*nope));
  return nope;
}