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