summaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-GlobalFail.ll
blob: d950e4019f544668e5b7dd9401a84cbdb08b3d76 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-upgrade < %s | llvm-as > %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]