blob: 7058bf1b8c04132aa97c9b5f28fbe92fa8cb9f3d [file] [log] [blame]
/* { dg-do compile } */
/* Check that we error out when using vector_size on the bool type. */
__attribute__((vector_size(16) )) bool a; /* { dg-error "" } */