Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
df0325110bb07ab62b808c8db8be2f6eee9b3476
/
.
/
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
;