New testcase. The linker should not consider it an error if two types

disagree.  It should grumble, then go ahead and do it.

llvm-svn: 9356
This commit is contained in:
Chris Lattner 2003-10-21 22:46:22 +00:00
parent 7983276afa
commit ea51ab0909

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s > %t.out1.bc
; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
%S = type { int }