Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
friend39.C
blob: 9ebe226eb6fb1756e2f99a90cf367e49400e5602 [
file
] [
log
] [
blame
]
// PR c++/8355
namespace
Foo
{
template
<
typename
T
>
void
foo
();}
struct
Bar
{
friend
void
Foo
::
foo
<int>
();
};