Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang
/
test
/
AST
/
ast-print-vector-size-bool.c
blob: b8c2e93712812eb227b4bda56b3a59980be45078 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -ast-print %s -o - | FileCheck %s
// CHECK: typedef _Bool bool32 __attribute__((ext_vector_type(32)));
typedef
_Bool
bool32 __attribute__
((
ext_vector_type
(
32
)));