llvm-6502/test/Linker/2003-08-28-TypeResolvesGlobal.ll
2003-09-15 20:04:28 +00:00

13 lines
214 B
LLVM

; RUN: llvm-as < %s > Output/%s.out1.bc
; RUN: echo "%S = type int" | llvm-as > Output/%s.out2.bc
; RUN: llvm-link Output/%s.out[21].bc
%S = type opaque
void %foo(int* %V) {
ret void
}
declare void %foo(%S*)