1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-store_ccp" } */
11 /* The store to *p should be propagated to the return statement. */
12 /* { dg-final { scan-tree-dump-times "return 0" 1 "store_ccp" } } */
13 /* { dg-final { cleanup-tree-dump "store_ccp" } } */