Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
ref7.C
blob: f6395e2c35f1c2d9b2792cc4d255517a3d5debe1 [
file
] [
log
] [
blame
]
// PR c++/60167
template
<
int
&
F
>
struct
Foo
{
typedef
int
Bar
;
static
Bar
cache
;
};
template
<
int
&
F
>
typename
Foo
<
F
>::
Bar
Foo
<
F
>::
cache
;