1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm < %s | grep i1 | count 1 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // Check that the type of this global isn't i1 4*f4a2713aSLionel Sambuc _Bool test = &test; 5