1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dce3" } */
4 int t() __attribute__ ((const));
11 /* There should be no IF conditionals. */
12 /* { dg-final { scan-tree-dump-times "if " 0 "dce3"} } */
13 /* { dg-final { cleanup-tree-dump "dce3" } } */