1 /* { dg-do compile } */
2 /* { dg-options "-Ofast -fno-tree-dominator-opts" } */
7 const unsigned int *wabday
[7];
10 static const unsigned int empty_wstr
[1] = { 0 };
13 time_read (struct locale_time_t
*time
)
17 for (cnt
=0; cnt
< 7; cnt
++)
19 time
->abday
[cnt
] = "";
20 time
->wabday
[cnt
] = empty_wstr
;