repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Linker
/
2003-08-20-OpaqueTypeResolve.ll
blob
dcf26dff04b2bfe81920b3b2ba89beccccdeb755
1
; RUN: llvm-as < %s > %t.out1.bc
2
; RUN: echo "%M = type { i32, ptr } " | llvm-as > %t.out2.bc
3
; RUN: llvm-link %t.out1.bc %t.out2.bc
4
5
%M = type { i32, ptr }
6
%N = type opaque
7
8
;%X = global { int, ptr } { int 5, ptr null }