summaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-GlobalFail.ll
blob: 285b6abf1148f3904cccf66d149351d3f847e4d1 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s > %t.bc
; RUN: echo | llvm-as > %t.tmp.bc
; RUN: llvm-link %t.tmp.bc %t.bc

%X = constant int 5
%Y = internal global [2 x int*] [ int* %X, int * %X]