1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test/Regression/Linker/2002-07-17-GlobalFail.ll

9 lines
171 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s > %t.bc
; RUN: echo | llvm-as > %t.tmp.bc
; RUN: llvm-link %t.tmp.bc %t.bc
2002-07-23 20:26:48 +02:00
%X = constant int 5
%Y = internal global [2 x int*] [ int* %X, int * %X]