1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-dce1" } */
17 /* Dce should get rid of the initializers and cfgcleanup should elliminate ifs */
18 /* { dg-final { scan-tree-dump-times "if " 0 "dce1"} } */
19 /* { dg-final { cleanup-tree-dump "dce1" } } */