1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-dse1" } */
17 /* There should only be one assignment to glob1 and glob2, the final
18 return statement should just return a constant. */
19 /* { dg-final { scan-tree-dump-times "glob1 = " 1 "dse1"} } */
20 /* { dg-final { scan-tree-dump-times "glob2 = " 1 "dse1"} } */
21 /* { dg-final { scan-tree-dump-times "return 5" 1 "dse1"} } */
23 /* { dg-final { cleanup-tree-dump "dse1" } } */