Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
CodeGen
/
bool-init.c
blob: 2e5d56a0a1cd2bced33881898126749c0f256053 [
file
] [
log
] [
blame
]
Eli Friedman
7dfa639
2008-06-01 15:31:44 +0000
[
diff
] [
blame
]
1
// RUN: clang -emit-llvm < %s | grep i1 | count 1
2
3
// Check that the type of this global isn't i1
4
_Bool
test
=
&
test
;