1 /* PR target/56866 */
2 /* { dg-do run } */
3 /* { dg-require-effective-target xop } */
4 /* { dg-options "-O3 -mxop" } */
5 
6 #define main xop_test_main
7 #include "../../gcc.c-torture/execute/pr56866.c"
8 #undef main
9 
10 #include "xop-check.h"
11 
12 static void
xop_test(void)13 xop_test (void)
14 {
15   xop_test_main ();
16 }
17