1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-forwprop1" } */
4 /* We should be able to fold the comparison at least with the
5 first forwprop pass, if not a ccp pass before. */
7 extern void link_error (void);
17 /* { dg-final { scan-tree-dump-not "link_error" "forwprop1" } } */