1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-store_ccp-vops" } */
4 /* Test to check whether global variables are being
5 constant propagated. */
26 /* There should be no G on the RHS of an assignment. */
27 /* { dg-final { scan-tree-dump-times "= G;" 0 "store_ccp"} } */
28 /* { dg-final { cleanup-tree-dump "store_ccp" } } */