xref: /llvm-project/clang/test/SemaOpenCL/bool-vectors.cl (revision a2f29fa694214e622ea21e6c5b541d406970bf4f)
1// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
2
3typedef __attribute__((ext_vector_type(16))) _Bool bool8; // expected-error{{invalid vector element type 'bool'}}
4