Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-51369.C
blob: 413566f49d6786c804e4a0046bcadf0864cb0146 [
file
] [
log
] [
blame
]
// PR c++/51369
// { dg-do compile { target c++11 } }
constexpr
int
x
[
2
][
2
]
=
{};
template
<int>
void
foo
()
{
x
[
0
][
0
];
}