1 /* PR tree-optimization/57233 */
2 /* { dg-do run { target avx2 } } */
3 /* { dg-options "-O2 -mavx2" } */
4 
5 #include "avx2-check.h"
6 
7 int do_main (void);
8 
9 static void
avx2_test(void)10 avx2_test (void)
11 {
12   do_main ();
13 }
14 
15 #undef main
16 #define main() do_main ()
17 
18 #include "../../gcc.dg/pr57233.c"
19