1 /* Testcase by Martin Michlmayr <tbm@cyrius.com> */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target vect_int } */
6 typedef void (*fun_t
) (int);
7 fun_t fun_tab
[400] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__
)));
16 for (i
= 0; i
< 400; i
++)