(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
vector15.C
/* { dg-do compile } */

/* Check that we error out when using vector_size on the bool type. */

__attribute__((vector_size(16) )) bool a; /* { dg-error "" } */