1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-cddce1" } */
4 struct object
{ int field
; };
5 void o(struct object
*);
21 /* The global store should not prevent deleting the store to p->field. */
23 /* { dg-final { scan-tree-dump-not "p_.->field" "cddce1" } } */