Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
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>
();
};