Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.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" } */