1 ; RUN: llvm-as -o %t.bc %s
2 ; RUN: llvm-lto -save-merged-module -o %t2 %t.bc
3 ; RUN: llvm-dis -o - %t2.merged.bc | FileCheck %s
5 ; CHECK-NOT: global i32
7 target triple = "x86_64-unknown-linux-gnu"
9 @0 = private global i32 42
10 @foo = constant i32* @0