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