1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-profile_estimate" } */
4 void test(void) __attribute__ ((noreturn
));
6 int main(int argc
, char **argv
)
21 /* { dg-final { scan-tree-dump-times "predicted to even probabilities" 4 "profile_estimate"} } */