blob: e62030f60ab6482381af69c1d4335681b772ba94 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fpermissive -O2 -std=c99" } */
void
foo (void)
{
char *e = alloca (100); /* { dg-warning "implicit declaration|initialization of 'char \\*' from 'int' makes" } */
}