Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vla20.C
blob: 80eae0cde617372b4194249f69f95cb23c756162 [
file
] [
log
] [
blame
]
// PR c++/85618
// { dg-additional-options "-Wno-vla" }
void
function
(
int
size
)
{
bool
myArray
[
size
][
size
]
=
{};
}