Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
constant7.C
blob: c54ad55c1f058de1b5fc1f67ec4f4268ec3d98b9 [
file
] [
log
] [
blame
]
// PR c++/19991
enum
{
e
=
1
};
template
<typename>
struct
A
{
static
const
int
i
=
e
;
char
a
[
i
];
};