blob: 99cb22c05c262901489da0137880fc1961261070 [file] [log] [blame]
Rafael Espindola7fc29542014-09-09 14:27:09 +00001; RUN: llvm-link %s %p/Inputs/linkage2.ll -S | FileCheck %s
2; RUN: llvm-link %p/Inputs/linkage2.ll %s -S | FileCheck %s
3
4@test1_a = common global i8 0
Rafael Espindola7fc29542014-09-09 14:27:09 +00005; CHECK: @test1_a = common global i8 0
Rafael Espindolac83c8d42014-09-09 14:52:27 +00006
7@test2_a = global i8 0
8; CHECK: @test2_a = global i8 0