Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / Inputs / type-unique-unrelated2.ll
blob39ba32c28584117db26cd16872a6bfb4b3b4dffc
1 %t = type { ptr }
2 declare %t @g()
4 define %t @g2() {
5  %x = call %t @g()
6  ret %t %x