1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-forwprop1" } */
4 /* We may not optimize this to b->t[i] = 1. */
11 void f(struct a
* b
, __SIZE_TYPE__ i
)
17 /* { dg-final { scan-tree-dump-times "\\\[\[^\n\r\]*\\\] = 1;" 0 "forwprop1" } } */