blob: 2526289ec3e6ce66be5a63e72c987993f269336d [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import frob;
namespace
{
float *nope;
}
float *q ()
{
f (int (*nope));
return nope;
}