Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
friend42.C
blob: 3c353e53d81ed87e2181fa4a6d91242680833872 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template
<
class
T
>
struct
S
{
template
<
class
U
>
friend
struct
S2
;
};
template
struct
S
<int>
;