blob: c4a242a5078fd331952f490ec619c79fba008914 [file] [log] [blame]
namespace{
void f();
}
int main()
{
f();
}
namespace{
void f(){}
}