PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr51581-2.c
blob9f87386a13e35a6159ff9b65a24738df2c70d13a
1 /* PR tree-optimization/51581 */
3 #include "tree-vect.h"
5 #define main main1
6 #include "../../gcc.c-torture/execute/pr51581-2.c"
7 #undef main
9 int
10 main ()
12 int i;
13 check_vect ();
14 asm ("");
15 return main1 ();