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

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