2013-12-14 03:44:40 +08:00
|
|
|
// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm < %s | FileCheck %s
|
2008-06-01 23:31:44 +08:00
|
|
|
|
|
|
|
// Check that the type of this global isn't i1
|
2013-12-14 03:44:40 +08:00
|
|
|
// CHECK: @test = global i8 1
|
2008-06-01 23:31:44 +08:00
|
|
|
_Bool test = &test;
|