PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr51581-1.c
blob8ba9279ec96f35c4da3739cc110245b1b5265f14
1 /* PR tree-optimization/51581 */
3 #include "tree-vect.h"
5 #define main main1
6 #include "../../gcc.c-torture/execute/pr51581-1.c"
7 #undef main
9 int
10 main ()
12 int i;
13 check_vect ();
14 asm ("");
15 return main1 ();