e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
9 lines
283 B
LLVM
9 lines
283 B
LLVM
; RUN: llvm-link -S %s %p/Inputs/ctors3.ll -o - | FileCheck %s
|
|
|
|
$foo = comdat any
|
|
%t = type { i8 }
|
|
@foo = global %t zeroinitializer, comdat
|
|
|
|
; CHECK: @foo = global %t zeroinitializer, comdat
|
|
; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer
|