Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
friend22.C
blob: f52a7d7bad562f66554df646ca216a78e1f0f884 [
file
] [
log
] [
blame
]
// PR c++/101894
struct
A
{
template
<int>
friend
void
foo
();
template
<int>
friend
void
foo
()
{}
};