PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / Walloca-16.c
blob3ee96a9570ab0c914b12e11a6b50781f9db31484
1 /* PR tree-optimization/84224 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0 -Walloca" } */
5 void *alloca ();
6 __typeof__(alloca ()) a () { return alloca (); }