aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/bool-init.c
blob: 2e5d56a0a1cd2bced33881898126749c0f256053 (plain)
1
2
3
4
// RUN: clang -emit-llvm < %s | grep i1 | count 1

// Check that the type of this global isn't i1
_Bool test = &test;