Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
CodeGen
/
bool-init.c
blob: 2e5d56a0a1cd2bced33881898126749c0f256053 [
file
] [
log
] [
blame
]
// RUN: clang -emit-llvm < %s | grep i1 | count 1
// Check that the type of this global isn't i1
_Bool
test
=
&
test
;