e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
9 lines
218 B
LLVM
9 lines
218 B
LLVM
; RUN: llvm-as < %s > %t.bc
|
|
; RUN: echo | llvm-as > %t.tmp.bc
|
|
; RUN: llvm-link %t.tmp.bc %t.bc
|
|
|
|
@X = constant i32 5 ; <i32*> [#uses=2]
|
|
@Y = internal global [2 x i32*] [ i32* @X, i32* @X ] ; <[2 x i32*]*> [#uses=0]
|
|
|
|
|