1 ; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
2 ; RUN: echo "%S = type int" | llvm-upgrade | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
11 declare void %foo(%S*)
14 call void %foo(%S* null) ; Add a use of the unresolved proto
15 call void %foo(int* null) ; Add a use of the resolved function