1; RUN: llvm-link -S %s -o - | FileCheck %s 2 3; CHECK-DAG: @foo = private externally_initialized global ptr null 4@foo = private externally_initialized global ptr null 5 6@useFoo = global ptr @foo 7 8; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1 9@array = appending global [7 x i8] c"abcdefg", align 1 10 11