Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
array24.C
blob: b38033f456758c5e2d9fa191b29e964ce9d2e5ed [
file
] [
log
] [
blame
]
// PR c++/29175
// { dg-options "-Wno-vla" }
// { dg-require-effective-target alloca }
void
foo
(
int
i
)
{
int
x
[][
i
]
=
{
0
};
}