Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
scope1.C
blob: b017b0bdb9b617b010017e1e43842a6b4f7131be [
file
] [
log
] [
blame
]
// PR 8327
template
<
class
T
>
class
X
{
static
const
int
a
=
5
;
static
T b
[
a
];
};
template
<
class
T
>
T X
<
T
>::
b
[
X
::
a
];