Fix a use of an undefined value (the linkage).
[oota-llvm.git] / test / Linker / linkage2.ll
index 2ecdc1ff30a75932ea8c54ba7bc2e10f781bf91f..99cb22c05c262901489da0137880fc1961261070 100644 (file)
@@ -2,5 +2,7 @@
 ; RUN: llvm-link %p/Inputs/linkage2.ll %s -S | FileCheck %s
 
 @test1_a = common global i8 0
-
 ; CHECK: @test1_a = common global i8 0
+
+@test2_a = global i8 0
+; CHECK: @test2_a = global i8 0