PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68517.c
blob5093d988f825a267fa29316d83d776a5326789ca
1 /* { dg-do compile } */
3 typedef struct
5 } st1;
7 typedef struct
9 volatile int c;
10 } __attribute__ ((aligned (4))) st2;
12 struct s4
14 st1 f1;
15 st2 f2;
16 st1 f3;
19 struct s3;
21 void
22 foo (struct s3 *arg, struct s4 *arg1)
24 arg1->f1 = (st1) { };
25 arg1->f3 = (st1) { };