blob: 09b4a87e63dc7f6234101a99513fa3029da47df9 [file] [log] [blame]
Rafael Espindola4c50d462013-12-13 19:44:40 +00001// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm < %s | FileCheck %s
Eli Friedman10c24172008-06-01 15:31:44 +00002
3// Check that the type of this global isn't i1
Rafael Espindola4c50d462013-12-13 19:44:40 +00004// CHECK: @test = global i8 1
Eli Friedman10c24172008-06-01 15:31:44 +00005_Bool test = &test;