* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26865.c
blobd9f1fe0d3a1d61fe6a3e7d04143e2c7cf6eefd99
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -std=c99" } */
4 void
5 foo (void)
7 char *e = alloca (100); /* { dg-warning "implicit declaration|initialization makes" } */