llvm-6502/test/Linker/2002-07-17-GlobalFail.ll

9 lines
184 B
LLVM
Raw Normal View History

; RUN: as < %s > Output/%s.bc
; RUN: echo | as > Output/%s.tmp.bc
; RUN: link Output/%s.tmp.bc Output/%s.bc
%X = constant int 5
%Y = internal global [2 x int*] [ int* %X, int * %X]