Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / Inputs / only-needed-recurse.ll
blob423c9d53e9df8ca68725d4332caedec187fc3c1c
1 define void @f2() {
2   call void @f3()
3   ret void
6 define void @f3() {
7   ret void