[ThinLTO] Handle an external call from an import to an alias in dest
[oota-llvm.git] / test / Transforms / FunctionImport / Inputs / funcimport_alias.ll
1 declare void @analias()
2
3 define void @callanalias() #0 {
4 entry:
5   call void @analias()
6   ret void
7 }