No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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" } */