view clang/test/CodeGen/bool-init.c @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 2e18cbf3894f
line wrap: on
line source

// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm < %s | FileCheck %s

// Check that the type of this global isn't i1
// CHECK: @test = global i8 1
_Bool test = &test;