Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
overload
/
using1.C
blob: bc46c6049777e2e775cc40558c3870670fbccaec [
file
] [
log
] [
blame
]
void
f
();
namespace
N
{
using
::
f
;
}
bool
b
;
void
g
()
{
b
=
N
::
f
==
::
f
;
}