1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-tree-fnsplit" } */
3 int make_me_big (void);
9 if (__builtin_expect(a
<10, 1))
26 return split_me (0)+split_me(1)+split_me(2);
28 /* { dg-final { scan-tree-dump-times "Splitting function" 1 "fnsplit"} } */