1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-tailc-details" } */
3 extern void *alloca (__SIZE_TYPE__
);
14 /* Dead alloca should not disturb us. */
19 /* { dg-final { scan-tree-dump-times "Found tail call" 1 "tailc"} } */
20 /* { dg-final { cleanup-tree-dump "tailc" } } */