1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-useless" } */
4 void *alloca (__SIZE_TYPE__
);
7 int main (int argc
, char *argv
[]) {
9 if ((foo
= alloca(argc
)) == 0)
13 /* { dg-final { scan-tree-dump-times "link_error" 0 "useless" } } */
14 /* { dg-final { cleanup-tree-dump "useless" } } */