Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
debug6.C
blob: 3622d0194de13e4af66e93420da01f481b4d8ddb [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-require-effective-target alloca }
void
foo
()
{
int
i
=
1
,
x
[
i
];
}