Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr79413.c
blob: 6fc66d5ce30c6e9036803b16116b0b5153eb4235 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target alloca } */
/* PR c/79413 */
void
foo
()
{
int
a
[
1
/
0
];
}
void
bar
(
void
)
{
foo
();
}