1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Regression/Linker/2002-07-17-GlobalFail.ll
Chris Lattner d27e518109 TEstcases for old bugs
llvm-svn: 3024
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]