blob: 2aa72eb7a16f590194224b0ee393e4c6f844e83c [file] [log] [blame]
/* { dg-options "-msve-vector-bits=512" } */
#pragma GCC target "+nosve"
void
foo (void)
{
(int __attribute__ ((__vector_size__ (64)))){};
}