blob: 3530bcd9def96ac37c71da263e66be698ea49037 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module frob;
namespace
{
void *nope; // ok, different nope
}
void *q (int)
{
f (bool (nope));
g (static_cast <int *> (nope));
return nope; // Ok sees above nope
}