llvm-6502/test/Linker/2002-07-17-GlobalFail.ll
Chris Lattner f406d28693 TEstcases for old bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3024 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-23 18:26:48 +00:00

9 lines
184 B
LLVM

; 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]