Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
explicit-instantiation4.C
blob: 72417b43ed051d58cbc268ccaedce81bc5fa504b [
file
] [
log
] [
blame
]
void
f
();
namespace
A
{
template
<
class
T
>
void
f
(
T
)
{
}
using
::
f
;
template
void
f
(
int
);
}