1 /* PR 17962 */
2 /* { dg-do compile { target vect_natural_alignment } } */
3 /* { dg-options "" } */
4 
5 typedef float v4 __attribute__((vector_size(sizeof(float)*4)));
6 extern char compile_time_assert[__alignof__(v4) == sizeof(float)*4 ? 1 : -1];
7