repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
Linker
/
2003-08-20-OpaqueTypeResolve.ll
blob
c0fc620cfa67d586ac0c8bc626612e9d4b32c827
1
; RUN: llvm-as < %s > %t.out1.bc
2
; RUN: echo {%M = type \{ i32, i32* \} } | llvm-as > %t.out2.bc
3
; RUN: llvm-link %t.out1.bc %t.out2.bc
4
5
%M = type { i32, %N* }
6
%N = type opaque
7
8
;%X = global { int, %N* } { int 5, %N* null }