3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fdump-tree-optimized" } */
10 static struct s array
[] = { { 0 } };
15 struct s
*q
= &array
[1];
20 /* { dg-final { scan-tree-dump-not "if" "optimized" } } */
21 /* { dg-final { cleanup-tree-dump "optimized" } } */