rt_gccstream/gcc/testsuite/gcc.dg/vector-3.c

6 lines
162 B
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 "" } */