blob: 41aef3230b27d1a7558d8514ada41e4134f893c7 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
; RUN: echo "%S = type int" | llvm-upgrade | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out2.bc %t.out1.bc
%S = type opaque
void %foo(int* %V) {
ret void
}
declare void %foo(%S*)