1651f13cea278ec967336033dd032faef0e9fc2ecStephen Hines// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm < %s | FileCheck %s
2ea285162342df160e7860e26528bc7110bc6c0cdShih-wei Liao
3ea285162342df160e7860e26528bc7110bc6c0cdShih-wei Liao// Check that the type of this global isn't i1
4651f13cea278ec967336033dd032faef0e9fc2ecStephen Hines// CHECK: @test = global i8 1
5ea285162342df160e7860e26528bc7110bc6c0cdShih-wei Liao_Bool test = &test;
6