blob: 073f97e1ade32f03ad7ede23b72c4ce208ddc2c7 [file] [log] [blame]
/* { dg-require-effective-target alloca } */
void *test (void)
{
void *ptr = __builtin_alloca (64);
return ptr;
}
/* TODO: warn about escaping alloca. */