brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 6df4d56 Raw
4 lines · plain
1// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only2 3typedef __attribute__((ext_vector_type(16))) _Bool bool8; // expected-error{{invalid vector element type 'bool'}}4