blob: 7e16caacbf2dfc41db789575fdfc5b08ff21b11c [file] [log] [blame]
/* PR tree-optimization/84224 */
/* { dg-do compile } */
/* { dg-prune-output "conflicting types for built-in" } */
/* { dg-options "-O0 -Walloca" } */
void *alloca ();
__typeof__(alloca ()) a () { return alloca (); }
/* { dg-prune-output "\\\[-Wbuiltin-declaration-mismatch]" } */