1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-common -fdump-tree-optimized" } */
4 const int conststaticvariable;
8 return conststaticvariable;
11 /* There should be no reference to conststaticvariable as we should have
13 /* { dg-final { scan-tree-dump-times "conststaticvariable" 0 "optimized"} } */
14 /* { dg-final { cleanup-tree-dump "optimized" } } */