blob: b9a2af1c51bc34c05b036e2f60b02a5e0c773770 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -g" } */
/* { dg-require-effective-target alloca } */
int *p;
void
test (int a)
{
if (a > 0)
p = __builtin_alloca (4);
}