[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Linker / Inputs / type-unique-unrelated3.ll
blobe3f2dd944dd0934cdf135ce5898d83a6ad490832
1 %t = type { i8* }
2 declare %t @f()
4 define %t @g() {
5  %x = call %t @f()
6  ret %t %x