Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / Inputs / type-unique-dst-types2.ll
blob14d79a4a81fc0e6456f240a467adee1ba55adeec
1 %A.11 = type { %B }
2 %B = type { i8 }
3 @g1 = external global %A.11
5 define ptr @use_g1() {
6   ret ptr @g1