Home | History | Annotate | Download | only in Linker
      1 ; RUN: llvm-as < %s > %t.bc
      2 ; RUN: echo | llvm-as > %t.tmp.bc
      3 ; RUN: llvm-link %t.tmp.bc %t.bc
      4 
      5 @X = constant i32 5		; <i32*> [#uses=2]
      6 @Y = internal global [2 x i32*] [ i32* @X, i32* @X ]		; <[2 x i32*]*> [#uses=0]
      7 
      8 
      9