1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-sink-stats" } */
3 extern int foo (int *, int *);
19 /* We should sink the first a = b + c calculation into the else branch */
20 /* { dg-final { scan-tree-dump-times "Sunk statements:1" 1 "sink" } } */
21 /* { dg-final { cleanup-tree-dump "sink" } } */